[I] OpenAPI2ApiKeySecurityScheme
ApiKey Security Scheme
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[key: `x-${string}`]: unknownProperties
Section titled “Properties”| Property | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|
description? | string | A short description for security scheme. | - | OpenAPI2SecuritySchemeBase.description |
in | "header" | "query" | The location of the API key. Valid values are “query” or “header”. | - | - |
name | string | The name of the header or query parameter to be used. | - | - |
type | "apiKey" | ApiKey | OpenAPI2SecuritySchemeBase.type | - |