E621
    Preparing search index...

    Interface RevokeOAuthTokenOptions

    interface RevokeOAuthTokenOptions {
        "[RawBodyShape]"?: {};
        client_id?: string;
        client_secret?: string;
        token: string;
        token_type_hint?: "refresh_token" | "access_token";
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    client_id?: string
    client_secret?: string
    token: string
    token_type_hint?: "refresh_token" | "access_token"