Uses of Class
io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
-
Packages that use HotpAuth Package Description io.vertx.mutiny.ext.auth.otp.hotp io.vertx.mutiny.ext.web.handler -
-
Uses of HotpAuth in io.vertx.mutiny.ext.auth.otp.hotp
Fields in io.vertx.mutiny.ext.auth.otp.hotp with type parameters of type HotpAuth Modifier and Type Field Description static TypeArg<HotpAuth>
HotpAuth. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.otp.hotp that return HotpAuth Modifier and Type Method Description HotpAuth
HotpAuth. authenticatorFetcher(Function<String,io.smallrye.mutiny.Uni<io.vertx.ext.auth.otp.Authenticator>> fetcher)
HotpAuth
HotpAuth. authenticatorUpdater(Function<io.vertx.ext.auth.otp.Authenticator,io.smallrye.mutiny.Uni<Void>> updater)
static HotpAuth
HotpAuth. create()
static HotpAuth
HotpAuth. create(io.vertx.ext.auth.otp.hotp.HotpAuthOptions hotpAuthOptions)
static HotpAuth
HotpAuth. newInstance(io.vertx.ext.auth.otp.hotp.HotpAuth arg)
-
Uses of HotpAuth in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type HotpAuth Modifier and Type Method Description static OtpAuthHandler
OtpAuthHandler. create(HotpAuth hotpAuth)
-