- Companion:
- class
Type members
Classlikes
Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.
Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.
- Value parameters:
- authorizationUrl
The authorization URL to be used for this flow.
- refreshUrl
The URL to be used for obtaining refresh tokens.
- scopes
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
The token URL to be used for this flow.
Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.
Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.
- Value parameters:
- refreshUrl
The URL to be used for obtaining refresh tokens.
- scopes
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
The token URL to be used for this flow.
Configuration for the OAuth Implicit flow.
Configuration for the OAuth Implicit flow.
- Value parameters:
- authorizationUrl
The authorization URL to be used for this flow.
- refreshUrl
The URL to be used for obtaining refresh tokens.
- scopes
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.
Configuration for the OAuth Resource Owner Password flow.
Configuration for the OAuth Resource Owner Password flow.
- Value parameters:
- refreshUrl
The URL to be used for obtaining refresh tokens.
- scopes
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
The token URL to be used for this flow.