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

    Type Alias RESTPostOAuth2AccessTokenURLEncodedData

    RESTPostOAuth2AccessTokenURLEncodedData: RESTOAuth2TokenOptionalClientCredentials & {
        code: string;
        grant_type: "authorization_code";
        redirect_uri?: string;
    }

    This endpoint requires either HTTP Basic authentication using client_id:client_secret, or the client_id and client_secret must be provided in the form body.