Module: vertx-web-js/o_auth2_auth_handler

Classes

OAuth2AuthHandler

Methods

(static) OAuth2AuthHandler.create(authProvider, uri) → {OAuth2AuthHandler}

Create a OAuth2 auth handler
Parameters:
Name Type Description
authProvider OAuth2Auth the auth provider to use
uri string
Source:
Returns:
the auth handler
Type
OAuth2AuthHandler