Documentation
    Preparing search index...

    OAuth2 implicit flow.

    interface IOauth2Implicit {
        authorizationUrl?: string;
        description?: string;
        flow: "implicit";
        scopes?: Record<string, string>;
        type: "oauth2";
    }
    Index

    Properties

    authorizationUrl?: string

    Authorization URL.

    description?: string

    Scheme description.

    flow: "implicit"

    OAuth2 flow type.

    scopes?: Record<string, string>

    Available scopes.

    type: "oauth2"

    Scheme type.