Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface GetCurrentAuthorizationInformation
import { type GetCurrentAuthorizationInformation } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

application: Partial<Application>

The current application

scopes: OAuth2Scopes[]

The scopes the user has authorized the application for

expires: string

When the access token expires

optional
user: User

The user who has authorized, if the user has authorized with the identify scope