Uses of Class
io.vertx.ext.auth.otp.hotp.HotpAuthOptions
-
Packages that use HotpAuthOptions Package Description io.vertx.ext.auth.otp.hotp io.vertx.reactivex.ext.auth.otp.hotp io.vertx.rxjava3.ext.auth.otp.hotp -
-
Uses of HotpAuthOptions in io.vertx.ext.auth.otp.hotp
Methods in io.vertx.ext.auth.otp.hotp that return HotpAuthOptions Modifier and Type Method Description HotpAuthOptions
HotpAuthOptions. setAuthAttemptsLimit(int authAttemptsLimit)
HotpAuthOptions
HotpAuthOptions. setCounter(long counter)
HotpAuthOptions
HotpAuthOptions. setLookAheadWindow(int lookAheadWindow)
HotpAuthOptions
HotpAuthOptions. setPasswordLength(int passwordLength)
Methods in io.vertx.ext.auth.otp.hotp with parameters of type HotpAuthOptions Modifier and Type Method Description static HotpAuth
HotpAuth. 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 HotpAuthOptions Modifier and Type Method Description static HotpAuth
HotpAuth. 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 HotpAuthOptions Modifier and Type Method Description static HotpAuth
HotpAuth. create(HotpAuthOptions hotpAuthOptions)
Creates an instance of HotpAuth.
-