vertx / io.vertx.ext.web.handler / FormLoginHandler / setUsernameParam

setUsernameParam

abstract fun setUsernameParam(usernameParam: String): FormLoginHandler

Set the name of the form param used to submit the username

Parameters

usernameParam - the name of the param

Return
a reference to this for a fluent API