# SecurityScheme

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/APIExplorer.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/APIExplorer.ts#L90)

## Properties

| Property | Type |
|---|---|
| `type` | `'http' | 'apiKey' | 'oauth2' | 'openIdConnect'` |
| `scheme` | `string` |
| `bearerFormat` | `string` |
| `description` | `string` |
| `name` | `string` |
| `in` | `'query' | 'header' | 'cookie'` |
| `flows` | `OAuth2Flows` |
| `openIdConnectUrl` | `string` |
| `'x-client-id'` | `string` |
| `'x-defaultClientId'` | `string` |
