Module: vertx-apex-js/form_login_handler

vertx-apex-js/form_login_handler

Classes

FormLoginHandler

Methods

<static> FormLoginHandler.create(authProvider, usernameParam, passwordParam, returnURLParam) → {FormLoginHandler}

Create a handler
Parameters:
Name Type Description
authProvider AuthProvider the auth service to use
usernameParam string the value of the form attribute which will contain the username
passwordParam string the value of the form attribute which will contain the password
returnURLParam string the value of the form attribute which will contain the return url
Source:
Returns:
the handler
Type
FormLoginHandler