Uses of Interface
io.vertx.ext.auth.otp.totp.TotpAuth
Packages that use TotpAuth
Package
Description
-
Uses of TotpAuth in io.vertx.ext.auth.otp.totp
Methods in io.vertx.ext.auth.otp.totp that return TotpAuthModifier and TypeMethodDescriptionTotpAuth.authenticatorFetcher(Function<String, Future<Authenticator>> fetcher) TotpAuth.authenticatorUpdater(Function<Authenticator, Future<Void>> updater) Provide aFunctionthat can update or insert aAuthenticator.static TotpAuthTotpAuth.create()Creates an instance of TotpAuth.static TotpAuthTotpAuth.create(TotpAuthOptions totpAuthOptions) Creates an instance of TotpAuth. -
Uses of TotpAuth in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type TotpAuthModifier and TypeMethodDescriptionstatic OtpAuthHandlerCreate a new instance of this handler using a time based one time password authentication provider. -
Uses of TotpAuth in io.vertx.reactivex.ext.auth.otp.totp
Methods in io.vertx.reactivex.ext.auth.otp.totp that return TotpAuthMethods in io.vertx.reactivex.ext.auth.otp.totp with parameters of type TotpAuthConstructors in io.vertx.reactivex.ext.auth.otp.totp with parameters of type TotpAuth -
Uses of TotpAuth in io.vertx.rxjava3.ext.auth.otp.totp
Methods in io.vertx.rxjava3.ext.auth.otp.totp that return TotpAuthMethods in io.vertx.rxjava3.ext.auth.otp.totp with parameters of type TotpAuthConstructors in io.vertx.rxjava3.ext.auth.otp.totp with parameters of type TotpAuth