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

    Properties

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