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_ARG
Methods in io.vertx.mutiny.ext.web.handler that return OtpAuthHandler Modifier and Type Method Description static OtpAuthHandler
OtpAuthHandler. create(HotpAuth hotpAuth)
static OtpAuthHandler
OtpAuthHandler. create(TotpAuth totpAuth)
OtpAuthHandler
OtpAuthHandler. issuer(String issuer)
OtpAuthHandler
OtpAuthHandler. label(String label)
static OtpAuthHandler
OtpAuthHandler. newInstance(io.vertx.ext.web.handler.OtpAuthHandler arg)
OtpAuthHandler
OtpAuthHandler. setupCallback(Route route)
OtpAuthHandler
OtpAuthHandler. setupRegisterCallback(Route route)
OtpAuthHandler
OtpAuthHandler. verifyUrl(String url)
-