Uses of Class
io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
Packages that use TotpAuth
-
Uses of TotpAuth in io.vertx.reactivex.ext.auth.otp.totp
Fields in io.vertx.reactivex.ext.auth.otp.totp with type parameters of type TotpAuthModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<TotpAuth> TotpAuth.__TYPE_ARGMethods in io.vertx.reactivex.ext.auth.otp.totp that return TotpAuthModifier and TypeMethodDescriptionTotpAuth.authenticatorFetcher(Function<String, Single<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.TotpAuth.authenticatorFetcher(Function<String, Future<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.TotpAuth.authenticatorUpdater(Function<Authenticator, Completable> updater) Provide a that can update or insert a .TotpAuth.authenticatorUpdater(Function<Authenticator, Future<Void>> updater) Provide a that can update or insert a .static TotpAuthTotpAuth.create()Creates an instance of TotpAuth.static TotpAuthTotpAuth.create(TotpAuthOptions totpAuthOptions) Creates an instance of TotpAuth.static TotpAuthTotpAuth.newInstance(TotpAuth arg) -
Uses of TotpAuth in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.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.