static AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.builder() |
Create a new builder.
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.copy(AuthenticationFactorSettingsTotpSettings model) |
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.emailOtpValidityDurationInMins(Integer emailOtpValidityDurationInMins) |
The period of time (in minutes) that a one-time passcode remains valid that the system
sends by email.
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.emailPasscodeLength(Integer emailPasscodeLength) |
Exact length of the email one-time passcode.
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.hashingAlgorithm(AuthenticationFactorSettingsTotpSettings.HashingAlgorithm hashingAlgorithm) |
The hashing algorithm to be used to calculate a One-Time Passcode.
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.jwtValidityDurationInSecs(Integer jwtValidityDurationInSecs) |
The period of time (in seconds) that a JSON Web Token (JWT) is valid
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.keyRefreshIntervalInDays(Integer keyRefreshIntervalInDays) |
The duration of time (in days) after which the shared secret has to be refreshed
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.passcodeLength(Integer passcodeLength) |
Exact length of the One-Time Passcode that the system should generate
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.smsOtpValidityDurationInMins(Integer smsOtpValidityDurationInMins) |
The period of time (in minutes) for which a One-Time Passcode that the system sends by
Short Message Service (SMS) or by voice remains valid
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.smsPasscodeLength(Integer smsPasscodeLength) |
Exact length of the Short Message Service (SMS) One-Time Passcode
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.timeStepInSecs(Integer timeStepInSecs) |
Time (in secs) to be used as the time step
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.Builder.timeStepTolerance(Integer timeStepTolerance) |
The tolerance/step-size that the system should use when validating a One-Time Passcode
|
AuthenticationFactorSettingsTotpSettings.Builder |
AuthenticationFactorSettingsTotpSettings.toBuilder() |
|