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

    Properties

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