Uses of Class
io.vertx.ext.auth.otp.totp.TotpAuthOptions
Packages that use TotpAuthOptions
Package
Description
-
Uses of TotpAuthOptions in io.vertx.ext.auth.otp.totp
Methods in io.vertx.ext.auth.otp.totp that return TotpAuthOptionsModifier and TypeMethodDescriptionTotpAuthOptions.setAuthAttemptsLimit(int authAttemptsLimit) TotpAuthOptions.setPasswordLength(int passwordLength) TotpAuthOptions.setPeriod(long period) Methods in io.vertx.ext.auth.otp.totp with parameters of type TotpAuthOptionsModifier and TypeMethodDescriptionstatic TotpAuthTotpAuth.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 TotpAuthOptionsModifier and TypeMethodDescriptionstatic TotpAuthTotpAuth.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 TotpAuthOptionsModifier and TypeMethodDescriptionstatic TotpAuthTotpAuth.create(TotpAuthOptions totpAuthOptions) Creates an instance of TotpAuth.