[I] OpenAPI2OAuth2ApplicationSecurityScheme
OAuth2 Application Security Scheme
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[key: `x-${string}`]: unknownProperties
Section titled “Properties”| Property | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|
description? | string | A short description for security scheme. | - | OpenAPI2OAuthSecurityBase.description |
flow | "application" | The flow used by the OAuth2 security scheme | OpenAPI2OAuthSecurityBase.flow | - |
scopes | Record<string, string> | The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. | - | OpenAPI2OAuthSecurityBase.scopes |
tokenUrl | string | The 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 |