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

    Interface RESTPostOAuth2AccessTokenResult

    interface RESTPostOAuth2AccessTokenResult {
        access_token: string;
        expires_in: number;
        refresh_token: string;
        scope: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    expires_in: number
    refresh_token: string
    scope: string
    token_type: string