Uses of Class
io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
Packages that use OtpAuthHandler
-
Uses of OtpAuthHandler in io.vertx.rxjava3.ext.web.handler
Fields in io.vertx.rxjava3.ext.web.handler with type parameters of type OtpAuthHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<OtpAuthHandler> OtpAuthHandler.__TYPE_ARGMethods in io.vertx.rxjava3.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.static OtpAuthHandlerOtpAuthHandler.newInstance(OtpAuthHandler arg) 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.