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