OAuth flows configuration

interface OAuthFlows {
    implicit?: OAuthFlow;
    password?: OAuthFlow;
    clientCredentials?: OAuthFlow;
    authorizationCode?: OAuthFlow;
}

Properties

implicit?: OAuthFlow
password?: OAuthFlow
clientCredentials?: OAuthFlow
authorizationCode?: OAuthFlow