OAuthFlows

Allows configuration of the supported OAuth Flows.

Members

Mixins

__anonymous
mixin Serialization!OAuthFlows
Undocumented in source.

Variables

authorizationCode
OAuthFlow authorizationCode;

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

clientCredentials
OAuthFlow clientCredentials;

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

implicit
OAuthFlow implicit;

Configuration for the OAuth Implicit flow

password
OAuthFlow password;

Configuration for the OAuth Resource Owner Password flow

Meta