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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class AuthenticatorMethodTotpAllOfSettings
extends Object
implements Serializable
AuthenticatorMethodTotpAllOfSettings
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
setTimeIntervalInSeconds
-
encoding
-
getEncoding
-
setEncoding
-
algorithm
-
getAlgorithm
-
setAlgorithm
-
passCodeLength
-
getPassCodeLength
-
setPassCodeLength
-
equals
-
hashCode
-
toString
-