Module: vertx-auth-js/auth_service

vertx-auth-js/auth_service

Classes

AuthService

Methods

<static> AuthService.createEventBusProxy(vertx, address) → {AuthService}

Create a proxy to an auth service that is deployed somwehere on the event bus.
Parameters:
Name Type Description
vertx Vertx the vert.x instance
address string the address on the event bus where the auth service is listening
Source:
Returns:
the proxy
Type
AuthService

<static> AuthService.createFromClassName(vertx, className, config) → {AuthService}

Create an auth service instance using the specified auth provider class name.
Parameters:
Name Type Description
vertx Vertx the Vert.x instance
className string the fully qualified class name of the auth provider implementation class
config Object the configuration to pass to the provider
Source:
Returns:
the auth service
Type
AuthService