Skip to content

[I] OpenAPI2OAuth2ApplicationSecurityScheme

OAuth2 Application Security Scheme

[key: `x-${string}`]: unknown
PropertyTypeDescriptionOverridesInherited from
description?stringA short description for security scheme.-OpenAPI2OAuthSecurityBase.description
flow"application"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
tokenUrlstringThe token URL to be used for this flow. This MUST be in the form of a URL.--
type"oauth2"The type of the security scheme. Valid values are “basic”, “apiKey” or “oauth2”.-OpenAPI2OAuthSecurityBase.type