Skip to main content
Version: Latest (Core: 0.57.x, Azure: 0.43.x)

[I] OpenAPI2OAuth2ImplicitSecurityScheme

OAuth2 Implicit Security Scheme

Extends​

Properties​

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.descriptionOpenAPI2OAuthSecurityBase.description
flow"implicit"The flow used by the OAuth2 security schemeOpenAPI2OAuthSecurityBase.flowOpenAPI2OAuthSecurityBase.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.scopesOpenAPI2OAuthSecurityBase.scopes
type"oauth2"The type of the security scheme. Valid values are "basic", "apiKey" or "oauth2".OpenAPI2OAuthSecurityBase.typeOpenAPI2OAuthSecurityBase.type