Skip to content

[I] OpenAPI2OAuth2ImplicitSecurityScheme

OAuth2 Implicit Security Scheme

[key: `x-${string}`]: unknown
PropertyTypeDescriptionOverridesInherited from
authorizationUrlstringThe authorization URL to be used for this flow. This MUST be in the form of a URL.--
description?stringA short description for security scheme.-OpenAPI2OAuthSecurityBase.description
flow"implicit"The flow used by the OAuth2 security schemeOpenAPI2OAuthSecurityBase.flow-
scopesRecord<string, string>The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it.-OpenAPI2OAuthSecurityBase.scopes
type"oauth2"The type of the security scheme. Valid values are “basic”, “apiKey” or “oauth2”.-OpenAPI2OAuthSecurityBase.type