Uses of Class
io.vertx.ext.auth.otp.totp.TotpAuthOptions
-
Packages that use TotpAuthOptions Package Description io.vertx.ext.auth.otp.totp io.vertx.reactivex.ext.auth.otp.totp io.vertx.rxjava3.ext.auth.otp.totp -
-
Uses of TotpAuthOptions in io.vertx.ext.auth.otp.totp
Methods in io.vertx.ext.auth.otp.totp that return TotpAuthOptions Modifier and Type Method Description TotpAuthOptions
TotpAuthOptions. setAuthAttemptsLimit(int authAttemptsLimit)
TotpAuthOptions
TotpAuthOptions. setPasswordLength(int passwordLength)
TotpAuthOptions
TotpAuthOptions. setPeriod(long period)
Methods in io.vertx.ext.auth.otp.totp with parameters of type TotpAuthOptions Modifier and Type Method Description static TotpAuth
TotpAuth. create(TotpAuthOptions totpAuthOptions)
Creates an instance of TotpAuth. -
Uses of TotpAuthOptions in io.vertx.reactivex.ext.auth.otp.totp
Methods in io.vertx.reactivex.ext.auth.otp.totp with parameters of type TotpAuthOptions Modifier and Type Method Description static TotpAuth
TotpAuth. create(TotpAuthOptions totpAuthOptions)
Creates an instance of TotpAuth. -
Uses of TotpAuthOptions in io.vertx.rxjava3.ext.auth.otp.totp
Methods in io.vertx.rxjava3.ext.auth.otp.totp with parameters of type TotpAuthOptions Modifier and Type Method Description static TotpAuth
TotpAuth. create(TotpAuthOptions totpAuthOptions)
Creates an instance of TotpAuth.
-