Uses of Class
io.vertx.ext.auth.otp.hotp.HotpAuthOptions
Packages that use HotpAuthOptions
Package
Description
-
Uses of HotpAuthOptions in io.vertx.ext.auth.otp.hotp
Methods in io.vertx.ext.auth.otp.hotp that return HotpAuthOptionsModifier and TypeMethodDescriptionHotpAuthOptions.setAuthAttemptsLimit(int authAttemptsLimit) HotpAuthOptions.setCounter(long counter) HotpAuthOptions.setLookAheadWindow(int lookAheadWindow) HotpAuthOptions.setPasswordLength(int passwordLength) Methods in io.vertx.ext.auth.otp.hotp with parameters of type HotpAuthOptionsModifier and TypeMethodDescriptionstatic HotpAuthHotpAuth.create(HotpAuthOptions hotpAuthOptions) Creates an instance of HotpAuth. -
Uses of HotpAuthOptions in io.vertx.reactivex.ext.auth.otp.hotp
Methods in io.vertx.reactivex.ext.auth.otp.hotp with parameters of type HotpAuthOptionsModifier and TypeMethodDescriptionstatic HotpAuthHotpAuth.create(HotpAuthOptions hotpAuthOptions) Creates an instance of HotpAuth. -
Uses of HotpAuthOptions in io.vertx.rxjava3.ext.auth.otp.hotp
Methods in io.vertx.rxjava3.ext.auth.otp.hotp with parameters of type HotpAuthOptionsModifier and TypeMethodDescriptionstatic HotpAuthHotpAuth.create(HotpAuthOptions hotpAuthOptions) Creates an instance of HotpAuth.