Skip to content

[I] OpenAPI2ApiKeySecurityScheme

ApiKey Security Scheme

[key: `x-${string}`]: unknown
PropertyTypeDescriptionOverridesInherited from
description?stringA short description for security scheme.-OpenAPI2SecuritySchemeBase.description
in"header" | "query"The location of the API key. Valid values are “query” or “header”.--
namestringThe name of the header or query parameter to be used.--
type"apiKey"ApiKeyOpenAPI2SecuritySchemeBase.type-