Uses of Interface
io.vertx.ext.web.handler.OtpAuthHandler
-
Packages that use OtpAuthHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of OtpAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return OtpAuthHandler Modifier and Type Method Description static OtpAuthHandler
OtpAuthHandler. create(HotpAuth hotpAuth)
Create a new instance of this handler using a hash based one time password authentication provider.static OtpAuthHandler
OtpAuthHandler. create(TotpAuth totpAuth)
Create a new instance of this handler using a time based one time password authentication provider.OtpAuthHandler
OtpAuthHandler. issuer(String issuer)
Configure theissuer
value to be shown in the authenticator URL.OtpAuthHandler
OtpAuthHandler. label(String label)
Configure thelabel
value to be shown in the authenticator URL.OtpAuthHandler
OtpAuthHandler. setupCallback(Route route)
Setup the required route where authenticators to submit the challenge response.OtpAuthHandler
OtpAuthHandler. setupRegisterCallback(Route route)
Setup the optional route where authenticators are allowed to register.OtpAuthHandler
OtpAuthHandler. verifyUrl(String url)
Specify the URL where requests are to be redirected when a user is already known in the request. -
Uses of OtpAuthHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return OtpAuthHandler Modifier and Type Method Description OtpAuthHandler
OtpAuthHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type OtpAuthHandler Modifier and Type Method Description static OtpAuthHandler
OtpAuthHandler. newInstance(OtpAuthHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type OtpAuthHandler Constructor Description OtpAuthHandler(OtpAuthHandler delegate)
-
Uses of OtpAuthHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return OtpAuthHandler Modifier and Type Method Description OtpAuthHandler
OtpAuthHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type OtpAuthHandler Modifier and Type Method Description static OtpAuthHandler
OtpAuthHandler. newInstance(OtpAuthHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type OtpAuthHandler Constructor Description OtpAuthHandler(OtpAuthHandler delegate)
-