Uses of Class
io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
Packages that use TotpAuth
-
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 TotpAuthMethods in io.vertx.mutiny.ext.auth.otp.totp that return TotpAuthModifier and TypeMethodDescriptionTotpAuth.authenticatorFetcher
(Function<String, io.smallrye.mutiny.Uni<io.vertx.ext.auth.otp.Authenticator>> fetcher) 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