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

    Interface RPCAuthorizeArgs

    interface RPCAuthorizeArgs {
        client_id: string;
        scopes: OAuth2Scopes[];
        username?: string;
    }
    Index

    Properties

    client_id: string

    OAuth2 application id

    scopes: OAuth2Scopes[]

    Scopes to authorize

    username?: string

    username to create a guest account with if the user does not have Discord