Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discord_api_types/v10.ts>RESTOAuth2AuthorizationQuery

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface RESTOAuth2AuthorizationQuery
import { type RESTOAuth2AuthorizationQuery } from "https://deno.land/x/discord_api_types@0.37.37/v10.ts";

Properties

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

Properties

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