export interface RESTGetAPIOAuth2CurrentAuthorizationResult
https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information
externalPartial<APIApplication> application :
the current application
externalstring expires :
when the access token expires
externalOAuth2Scopes[] scopes :
the scopes the user has authorized the application for
optionalexternalAPIUser user? :
the user who has authorized, if the user has authorized with the identify
scope