@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AuthenticatorMethodOtp extends AuthenticatorMethodWithVerifiableProperties implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACCEPTABLE_ADJACENT_INTERVALS |
static String |
JSON_PROPERTY_ALGORITHM |
static String |
JSON_PROPERTY_ENCODING |
static String |
JSON_PROPERTY_FACTOR_PROFILE_ID |
static String |
JSON_PROPERTY_PASS_CODE_LENGTH |
static String |
JSON_PROPERTY_PROTOCOL |
static String |
JSON_PROPERTY_TIME_INTERVAL_IN_SECONDS |
JSON_PROPERTY_VERIFIABLE_PROPERTIES
JSON_PROPERTY_LINKS, JSON_PROPERTY_STATUS, JSON_PROPERTY_TYPE, type
Constructor and Description |
---|
AuthenticatorMethodOtp() |
addVerifiablePropertiesItem, getVerifiableProperties, setVerifiableProperties, verifiableProperties
public static final String JSON_PROPERTY_ACCEPTABLE_ADJACENT_INTERVALS
public static final String JSON_PROPERTY_ALGORITHM
public static final String JSON_PROPERTY_ENCODING
public static final String JSON_PROPERTY_FACTOR_PROFILE_ID
public static final String JSON_PROPERTY_PASS_CODE_LENGTH
public static final String JSON_PROPERTY_PROTOCOL
public static final String JSON_PROPERTY_TIME_INTERVAL_IN_SECONDS
public AuthenticatorMethodOtp acceptableAdjacentIntervals(Integer acceptableAdjacentIntervals)
@Nullable public Integer getAcceptableAdjacentIntervals()
public void setAcceptableAdjacentIntervals(Integer acceptableAdjacentIntervals)
public AuthenticatorMethodOtp algorithm(OtpTotpAlgorithm algorithm)
@Nullable public OtpTotpAlgorithm getAlgorithm()
public void setAlgorithm(OtpTotpAlgorithm algorithm)
public AuthenticatorMethodOtp encoding(OtpTotpEncoding encoding)
@Nullable public OtpTotpEncoding getEncoding()
public void setEncoding(OtpTotpEncoding encoding)
public AuthenticatorMethodOtp factorProfileId(String factorProfileId)
@Nullable public String getFactorProfileId()
public void setFactorProfileId(String factorProfileId)
public AuthenticatorMethodOtp passCodeLength(Integer passCodeLength)
@Nullable public Integer getPassCodeLength()
public void setPassCodeLength(Integer passCodeLength)
public AuthenticatorMethodOtp protocol(OtpProtocol protocol)
@Nullable public OtpProtocol getProtocol()
public void setProtocol(OtpProtocol protocol)
public AuthenticatorMethodOtp timeIntervalInSeconds(Integer timeIntervalInSeconds)
@Nullable public Integer getTimeIntervalInSeconds()
public void setTimeIntervalInSeconds(Integer timeIntervalInSeconds)
public boolean equals(Object o)
equals
in class AuthenticatorMethodWithVerifiableProperties
public int hashCode()
hashCode
in class AuthenticatorMethodWithVerifiableProperties
public String toString()
toString
in class AuthenticatorMethodWithVerifiableProperties
Copyright © 2017–2023 Okta. All rights reserved.