---
meta:
 - name: keywords
   description: api typescript node.js documentation OS3SecurityBase interface
---
# OS3SecurityBase - @tsed/openspec

## Usage

```typescript
import { OS3SecurityBase } from "@tsed/openspec";
```

> See [/packages/specs/openspec/src/openspec3/OS3Security.ts](https://github.com/tsedio/tsed/blob/v8.26.2/packages/specs/openspec/src/openspec3/OS3Security.ts#L0-L0).

## Overview

```ts
interface OS3SecurityBase {
    type: "apiKey" | "oauth2" | "http" | "openIdConnect";
    description?: string;
}
```

<!-- Members -->

## type

```ts
type: "apiKey" | "oauth2" | "http" | "openIdConnect";
```

The type of the security scheme

## description

```ts
description?: string;
```
