OasOAuthFlow

Configuration details for a supported OAuth Flow.

Members

Variables

authorizationUrl
string authorizationUrl;

**REQUIRED**. The authorization URL to be used for this flow. This MUST be in the form of a URL.

refreshUrl
string refreshUrl;

The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL.

scopes
string[string] scopes;

**REQUIRED**. The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. The map MAY be empty.

tokenUrl
string tokenUrl;

**REQUIRED**. The token URL to be used for this flow. This MUST be in the form of a URL.

Meta