vertx / io.vertx.rxjava.ext.web.handler / FormLoginHandler / setDirectLoggedInOKURL

setDirectLoggedInOKURL

open fun setDirectLoggedInOKURL(directLoggedInOKURL: String): FormLoginHandler

Set the url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first

Parameters

directLoggedInOKURL - the URL to redirect to

Return
a reference to this for a fluent API