OAuthFlow

Configuration details for a supported OAuth Flow

Members

Mixins

__anonymous
mixin Serialization!OAuthFlow
Undocumented in source.

Variables

authorizationUrl
string authorizationUrl;

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

oauth2
string oauth2;

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

scopes
string[string] scopes;

The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it.

tokenUrl
string tokenUrl;

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

Meta