Module: vertx-apex-js/basic_auth_handler

vertx-apex-js/basic_auth_handler

Classes

BasicAuthHandler

Methods

<static> BasicAuthHandler.create(authService, realm) → {AuthHandler}

Create a basic auth handler, specifying realm
Parameters:
Name Type Description
authService AuthService the auth service to use
realm string the realm to use
Source:
Returns:
the auth handler
Type
AuthHandler