Uses of Class
io.vertx.mutiny.ext.web.handler.OtpAuthHandler
Packages that use OtpAuthHandler
-
Uses of OtpAuthHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type OtpAuthHandlerModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<OtpAuthHandler> OtpAuthHandler.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler that return OtpAuthHandlerModifier and TypeMethodDescriptionstatic OtpAuthHandlerOtpAuthHandler.create(io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth hotpAuth) static OtpAuthHandlerOtpAuthHandler.create(io.vertx.mutiny.ext.auth.otp.totp.TotpAuth totpAuth) static OtpAuthHandlerOtpAuthHandler.newInstance(io.vertx.ext.web.handler.OtpAuthHandler arg) OtpAuthHandler.setupCallback(Route route) OtpAuthHandler.setupRegisterCallback(Route route)