Uses of Class
io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
-
Packages that use HotpAuth Package Description io.vertx.mutiny.ext.auth.otp.hotp -
-
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 io.smallrye.mutiny.vertx.TypeArg<HotpAuth>HotpAuth. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth.otp.hotp that return HotpAuth Modifier and Type Method Description HotpAuthHotpAuth. authenticatorFetcher(Function<String,io.smallrye.mutiny.Uni<io.vertx.ext.auth.otp.Authenticator>> fetcher)HotpAuthHotpAuth. authenticatorUpdater(Function<io.vertx.ext.auth.otp.Authenticator,io.smallrye.mutiny.Uni<Void>> updater)static HotpAuthHotpAuth. create()static HotpAuthHotpAuth. create(io.vertx.ext.auth.otp.hotp.HotpAuthOptions hotpAuthOptions)static HotpAuthHotpAuth. newInstance(io.vertx.ext.auth.otp.hotp.HotpAuth arg)
-