Uses of Interface
io.vertx.ext.web.handler.OtpAuthHandler
Packages that use OtpAuthHandler
Package
Description
-
Uses of OtpAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return OtpAuthHandlerModifier and TypeMethodDescriptionstatic OtpAuthHandlerCreate a new instance of this handler using a hash based one time password authentication provider.static OtpAuthHandlerCreate a new instance of this handler using a time based one time password authentication provider.Configure theissuervalue to be shown in the authenticator URL.Configure thelabelvalue to be shown in the authenticator URL.OtpAuthHandler.setupCallback(Route route) Setup the required route where authenticators to submit the challenge response.OtpAuthHandler.setupRegisterCallback(Route route) Setup the optional route where authenticators are allowed to register.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 OtpAuthHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type OtpAuthHandlerModifier and TypeMethodDescriptionstatic OtpAuthHandlerOtpAuthHandler.newInstance(OtpAuthHandler arg) Constructors in io.vertx.reactivex.ext.web.handler with parameters of type OtpAuthHandler -
Uses of OtpAuthHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return OtpAuthHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type OtpAuthHandlerModifier and TypeMethodDescriptionstatic OtpAuthHandlerOtpAuthHandler.newInstance(OtpAuthHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type OtpAuthHandler