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

    Interface RPCAuthenticateResultData

    interface RPCAuthenticateResultData {
        application: RPCOAuth2Application;
        expires: string;
        scopes: OAuth2Scopes[];
        user: APIUser;
    }
    Index

    Properties

    Application the user authorized

    expires: string

    Expiration date of OAuth2 token

    scopes: OAuth2Scopes[]

    Authorized scopes

    user: APIUser

    The authed user