Uses of Interface
io.vertx.ext.auth.otp.hotp.HotpAuth
Packages that use HotpAuth
Package
Description
-
Uses of HotpAuth in io.vertx.ext.auth.otp.hotp
Methods in io.vertx.ext.auth.otp.hotp that return HotpAuthModifier and TypeMethodDescriptionHotpAuth.authenticatorFetcher(Function<String, Future<Authenticator>> fetcher) HotpAuth.authenticatorUpdater(Function<Authenticator, Future<Void>> updater) Provide aFunctionthat can update or insert aAuthenticator.static HotpAuthHotpAuth.create()Creates an instance of HotpAuth.static HotpAuthHotpAuth.create(HotpAuthOptions hotpAuthOptions) Creates an instance of HotpAuth. -
Uses of HotpAuth in io.vertx.ext.web.handler
Methods in io.vertx.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. -
Uses of HotpAuth in io.vertx.reactivex.ext.auth.otp.hotp
Methods in io.vertx.reactivex.ext.auth.otp.hotp that return HotpAuthMethods in io.vertx.reactivex.ext.auth.otp.hotp with parameters of type HotpAuthConstructors in io.vertx.reactivex.ext.auth.otp.hotp with parameters of type HotpAuth -
Uses of HotpAuth in io.vertx.rxjava3.ext.auth.otp.hotp
Methods in io.vertx.rxjava3.ext.auth.otp.hotp that return HotpAuthMethods in io.vertx.rxjava3.ext.auth.otp.hotp with parameters of type HotpAuthConstructors in io.vertx.rxjava3.ext.auth.otp.hotp with parameters of type HotpAuth