Skip to content

[I] OpenAPI2ApiKeySecurityScheme

ApiKey Security Scheme

Extends

Properties

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-