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

    Interface RESTOAuth2AuthorizationQuery

    interface RESTOAuth2AuthorizationQuery {
        client_id: string;
        prompt?: "consent" | "none";
        redirect_uri?: string;
        response_type: "code";
        scope: string;
        state?: string;
    }
    Index

    Properties

    client_id: string
    prompt?: "consent" | "none"
    redirect_uri?: string
    response_type: "code"
    scope: string
    state?: string