URI to request an access token from
Alias for the client. This is used to identify the client's resources. It is used to avoid overwriting other clients' settings or endpoints when there are multiple.
URI to redirect user for them to authorize access by the application
Optional
authorizationA function that will be executed when the auth service redirects the user back to our endpoint.
Optional
defaultDefault scopes to be used when requesting access
URI to request a refreshed access token for user
URI to revoke an access token for the user
Generated using TypeDoc
Options passed to the OAuth2Client object during instantiation. Describes URLs of the authorization service and optional behavior for when user responds to the authorization prompt