E621
    Preparing search index...

    Interface CreateOAuthTokenOptions

    interface CreateOAuthTokenOptions {
        "[RawBodyShape]"?: {};
        client_id?: string;
        client_secret?: string;
        code?: string;
        code_verifier?: string;
        grant_type: "authorization_code" | "refresh_token";
        redirect_uri?: string;
        refresh_token?: string;
        scope?: string;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    client_id?: string
    client_secret?: string
    code?: string
    code_verifier?: string
    grant_type: "authorization_code" | "refresh_token"
    redirect_uri?: string
    refresh_token?: string
    scope?: string