Discord.https - v3.0.16
    Preparing search index...

    Interface RESTPostOAuth2TokenRevocationQuery

    interface RESTPostOAuth2TokenRevocationQuery {
        token: string;
        token_type_hint?: "access_token" | "refresh_token";
    }
    Index

    Properties

    token: string
    token_type_hint?: "access_token" | "refresh_token"