Module: vertx-auth-oauth2-js/o_auth2_auth

Classes

OAuth2Auth

Methods

(static) OAuth2Auth.create(vertx, config) → {OAuth2Auth}

Create a OAuth2 auth provider
Parameters:
Name Type Description
vertx Vertx the Vertx instance
config Object the config
Source:
Returns:
the auth provider
Type
OAuth2Auth