RESTGetAPIOAuth2CurrentAuthorizationResult
https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information
Signature
export interface RESTGetAPIOAuth2CurrentAuthorizationResultProperties
4Methods
0No methods.
Properties
application: Partial<APIApplication>;the current application
scopes: OAuth2Scopes[];the scopes the user has authorized the application for
expires: string;when the access token expires
user?: APIUser;the user who has authorized, if the user has authorized with the `identify` scope