Module: vertx-web-js/o_auth2_auth_handler

Classes

OAuth2AuthHandler

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
Source:
Returns:
the auth handler
Type
OAuth2AuthHandler