Uses of Class
io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- 
Packages that use OtpAuthHandler Package Description io.vertx.mutiny.ext.web.handler  - 
- 
Uses of OtpAuthHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type OtpAuthHandler Modifier and Type Field Description static TypeArg<OtpAuthHandler>OtpAuthHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler that return OtpAuthHandler Modifier and Type Method Description static OtpAuthHandlerOtpAuthHandler. create(HotpAuth hotpAuth)static OtpAuthHandlerOtpAuthHandler. create(TotpAuth totpAuth)OtpAuthHandlerOtpAuthHandler. issuer(String issuer)OtpAuthHandlerOtpAuthHandler. label(String label)static OtpAuthHandlerOtpAuthHandler. newInstance(io.vertx.ext.web.handler.OtpAuthHandler arg)OtpAuthHandlerOtpAuthHandler. setupCallback(Route route)OtpAuthHandlerOtpAuthHandler. setupRegisterCallback(Route route)OtpAuthHandlerOtpAuthHandler. verifyUrl(String url) 
 -