OAuth2ServerSettings
OAuth2 server settings
Constructors
Constructor kept for binary compatibility.
Properties
an interceptor function to customize the access token request
to send BASIC auth header when an access token is requested
OAuth server access token request URL
OAuth server authorization page URL
an interceptor function to customize authorization URL
client secret parameter (provided by OAuth server vendor)
OAuth scopes used by default
extra parameters to send during authentication
extra parameters to send with getting access token call
produces extra parameters to send with the access token request
to be used to produce and verify nonce values
a callback invoked when a new state is generated
whether to pass request parameters in POST requests in URL instead of body.
OAuth server refresh token request URL (optional, only used for API Docs)
HTTP request method to be used to acquire access token (see vendors documentation)
verifies the callback state before the access token request
OAuth version (1a or 2)