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_ARGMethods in io.vertx.mutiny.ext.auth.otp.totp that return TotpAuth Modifier and Type Method Description TotpAuthTotpAuth. authenticatorFetcher(Function<String,io.smallrye.mutiny.Uni<io.vertx.ext.auth.otp.Authenticator>> fetcher)TotpAuthTotpAuth. authenticatorUpdater(Function<io.vertx.ext.auth.otp.Authenticator,io.smallrye.mutiny.Uni<Void>> updater)static TotpAuthTotpAuth. create()static TotpAuthTotpAuth. create(io.vertx.ext.auth.otp.totp.TotpAuthOptions totpAuthOptions)static TotpAuthTotpAuth. 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 OtpAuthHandlerOtpAuthHandler. create(TotpAuth totpAuth) 
 -