export declare class OAuth2API
generateAuthorizationURLoptions: RESTOAuth2AuthorizationQuery) : string (
options: RESTOAuth2AuthorizationQuery
Creates an OAuth2 authorization URL given the options
See also: https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-authorization-url-example
getCurrentAuthorizationInformationPromise<RESTGetAPIOAuth2CurrentAuthorizationResult> () :
Fetches the current authorization information
See also: https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information
getCurrentBotApplicationInformationPromise<RESTGetAPIOAuth2CurrentApplicationResult> () :
Fetches the current bot's application information
See also: https://discord.com/developers/docs/topics/oauth2#get-current-bot-application-information
getToken) : Promise<RESTOAuth2ImplicitAuthorizationURLFragmentResult> (
Fetches the bearer token for the current application
See also: https://discord.com/developers/docs/topics/oauth2#client-credentials-grant
refreshToken) : Promise<RESTPostOAuth2AccessTokenResult> (
Refreshes an OAuth2 access token, giving you a new one
tokenExchange) : Promise<RESTPostOAuth2AccessTokenResult> (
Performs an OAuth2 token exchange, giving you an access token