Get the current OAuth2 application's information.
Get information about the current authorization.
Get the connections of the currently authenticated user.
Note: Requires the connections
scope.
Get the currently authenticated user's guilds. Note these are missing several properties gateway guilds have.
Get the currently authenticated user's information.
Note: This does not touch the client's cache in any way.
Revoke the used access token.
The options for revoking the token.
Update the authenticated user's role connection object for an application. This requires the role_connections.write
scope.
The ID of the application.
The metadata to update.
Static
constructURLConstruct an oauth authorization url.
The options to construct the url with.
A helper to make using authenticated oauth requests without needing a new client instance.