Libraries
    Preparing search index...

    Interface OAuthFlows

    Map of OAuth 2.0 grant-type flows.

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

    Properties

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