[I] OpenAPI3AuthorizationCodeOAuthFlow
Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.
Extends
Indexable
[key: `x-${string}`]: anyProperties
| Property | Type | Description | Inherited from | 
|---|---|---|---|
| authorizationUrl | string | The authorization URL to be used for this flow. This MUST be in the form of a URL. | - | 
| refreshUrl? | string | The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. | OpenAPI3OAuth2Flow.refreshUrl | 
| scopes | Record<string,string> | The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. | OpenAPI3OAuth2Flow.scopes | 
| tokenUrl | string | The token URL to be used for this flow. This MUST be in the form of a URL. | - |