Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discord_rpc_deno/src/Client.ts>AuthorizeOptions

port of @xhayper/discord-rpc to deno
Latest
type alias AuthorizeOptions
import { type AuthorizeOptions } from "https://deno.land/x/discord_rpc_deno@v1.1.4/src/Client.ts";
definition: { scopes: (OAuth2Scopes | `${OAuth2Scopes}`)[]; redirect_uri?: string; prompt?: "consent" | "none"; useRPCToken?: boolean; }