Protected
authorizationReturn extra parameters to be included in the authorization request.
Some OAuth 2.0 providers allow additional, non-standard parameters to be included when requesting authorization. Since these parameters are not standardized by the OAuth 2.0 specification, OAuth 2.0-based authentication strategies can override this function in order to populate these parameters as required by the provider.
Protected
createGet a new OAuth2 Tokens object using the refresh token once the previous access token has expired.
The refresh token to use to get a new access token
The new OAuth2 tokens object
Users the token revocation endpoint of the identity provider to revoke the access token and make it invalid.
The access token to revoke
Protected
validate
The name of the strategy. This will be used by the Authenticator to identify and retrieve the strategy.