@typia/website
    Preparing search index...
    interface IOauth2Implicit {
        authorizationUrl?: string;
        description?: string;
        flow: "implicit";
        scopes?: Record<string, string>;
        type: "oauth2";
    }
    Index

    Properties

    authorizationUrl?: string
    description?: string
    flow: "implicit"
    scopes?: Record<string, string>
    type: "oauth2"