Uses of Class
io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
Packages that use HotpAuth
-
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 HotpAuthMethods in io.vertx.mutiny.ext.auth.otp.hotp that return HotpAuthModifier and TypeMethodDescriptionHotpAuth.authenticatorFetcher
(Function<String, io.smallrye.mutiny.Uni<io.vertx.ext.auth.otp.Authenticator>> fetcher) 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