Represents a set of options required for authenticating a client
Retrieves an access token from an OAuth2 authentication request using the provided authorization code
A string representing the authorization code received from the OAuth2 authentication request
A Promise that resolves with an AccessToken object representing the retrieved access token
Retrieves a new access token from an OAuth2 authentication request using the provided refresh token
A string representing the refresh token received from a previous OAuth2 authentication request
A Promise that resolves with an AccessToken object representing the retrieved access token
Generated using TypeDoc
OAuth2-based authorization layer