export interface RESTGetAPIOAuth2CurrentAuthorizationResultSee also: https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information
externalapplication : Partial<APIApplication> 
the current application
externalexpires : string 
when the access token expires
externalscopes : OAuth2Scopes[] 
the scopes the user has authorized the application for
optionalexternaluser? : APIUser 
the user who has authorized, if the user has authorized with the identify scope