Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discord_api_types/rest/v10/mod.ts>RESTOAuth2ImplicitAuthorizationQuery

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

Properties

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