Uses of Class
io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
Packages that use HotpAuth
-
Uses of HotpAuth in io.vertx.reactivex.ext.auth.otp.hotp
Fields in io.vertx.reactivex.ext.auth.otp.hotp with type parameters of type HotpAuthModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<HotpAuth> HotpAuth.__TYPE_ARGMethods in io.vertx.reactivex.ext.auth.otp.hotp that return HotpAuthModifier and TypeMethodDescriptionHotpAuth.authenticatorFetcher(Function<String, Single<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.HotpAuth.authenticatorFetcher(Function<String, Future<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.HotpAuth.authenticatorUpdater(Function<Authenticator, Completable> updater) Provide a that can update or insert a .HotpAuth.authenticatorUpdater(Function<Authenticator, Future<Void>> updater) Provide a that can update or insert a .static HotpAuthHotpAuth.create()Creates an instance of HotpAuth.static HotpAuthHotpAuth.create(HotpAuthOptions hotpAuthOptions) Creates an instance of HotpAuth.static HotpAuthHotpAuth.newInstance(HotpAuth arg) -
Uses of HotpAuth in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type HotpAuthModifier and TypeMethodDescriptionstatic OtpAuthHandlerCreate a new instance of this handler using a hash based one time password authentication provider.