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

    Properties

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