Package com.okta.sdk.resource.model
Class AuthenticatorMethodTotpAllOfSettings
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodTotpAllOfSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AuthenticatorMethodTotpAllOfSettings
extends Object
implements Serializable
AuthenticatorMethodTotpAllOfSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionalgorithm
(OtpTotpAlgorithm algorithm) encoding
(OtpTotpEncoding encoding) boolean
Get algorithmGet encodingNumber of digits in an OTP value minimum: 6 maximum: 10Time interval for TOTP in secondsint
hashCode()
passCodeLength
(Integer passCodeLength) void
setAlgorithm
(OtpTotpAlgorithm algorithm) void
setEncoding
(OtpTotpEncoding encoding) void
setPassCodeLength
(Integer passCodeLength) void
setTimeIntervalInSeconds
(Integer timeIntervalInSeconds) timeIntervalInSeconds
(Integer timeIntervalInSeconds) toString()
-
Field Details
-
JSON_PROPERTY_TIME_INTERVAL_IN_SECONDS
- See Also:
-
JSON_PROPERTY_ENCODING
- See Also:
-
JSON_PROPERTY_ALGORITHM
- See Also:
-
JSON_PROPERTY_PASS_CODE_LENGTH
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodTotpAllOfSettings
public AuthenticatorMethodTotpAllOfSettings()
-
-
Method Details
-
timeIntervalInSeconds
-
getTimeIntervalInSeconds
Time interval for TOTP in seconds- Returns:
- timeIntervalInSeconds
-
setTimeIntervalInSeconds
-
encoding
-
getEncoding
Get encoding- Returns:
- encoding
-
setEncoding
-
algorithm
-
getAlgorithm
Get algorithm- Returns:
- algorithm
-
setAlgorithm
-
passCodeLength
-
getPassCodeLength
Number of digits in an OTP value minimum: 6 maximum: 10- Returns:
- passCodeLength
-
setPassCodeLength
-
equals
-
hashCode
public int hashCode() -
toString
-