OasOAuthFlows

Allows configuration of the supported OAuth Flows.

Members

Variables

authorizationCode
OasOAuthFlow authorizationCode;

Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.

clientCredentials
OasOAuthFlow clientCredentials;

Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.

implicit
OasOAuthFlow implicit;

Configuration for the OAuth Implicit flow.

password
OasOAuthFlow password;

Configuration for the OAuth Resource Owner Password flow.

Meta