Classes
Methods
(static) OAuth2AuthHandler.create(authProvider) → {OAuth2AuthHandler}
Create a OAuth2 auth handler without host pinning.
Most providers will not look to the redirect url but always redirect to
the preconfigured callback. So this factory does not provide a callback url.
Parameters:
| Name | Type | Description |
|---|---|---|
authProvider |
OAuth2Auth | the auth provider to use |
Returns:
the auth handler
- Type
- OAuth2AuthHandler