Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2/src/Client.ts";
definition: { scopes: (OAuth2Scopes | `${OAuth2Scopes}`)[]; redirect_uri?: string; prompt?: "consent" | "none"; useRPCToken?: boolean; }