@typed-discord/rest
    Preparing search index...

    Interface AccessTokenResponse

    interface AccessTokenResponse {
        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