@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AuthenticatorMethodOtpAllOf extends Object 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 |
Constructor and Description |
---|
AuthenticatorMethodOtpAllOf() |
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 AuthenticatorMethodOtpAllOf acceptableAdjacentIntervals(Integer acceptableAdjacentIntervals)
@Nullable public Integer getAcceptableAdjacentIntervals()
public void setAcceptableAdjacentIntervals(Integer acceptableAdjacentIntervals)
public AuthenticatorMethodOtpAllOf algorithm(OtpTotpAlgorithm algorithm)
@Nullable public OtpTotpAlgorithm getAlgorithm()
public void setAlgorithm(OtpTotpAlgorithm algorithm)
public AuthenticatorMethodOtpAllOf encoding(OtpTotpEncoding encoding)
@Nullable public OtpTotpEncoding getEncoding()
public void setEncoding(OtpTotpEncoding encoding)
public AuthenticatorMethodOtpAllOf factorProfileId(String factorProfileId)
@Nullable public String getFactorProfileId()
public void setFactorProfileId(String factorProfileId)
public AuthenticatorMethodOtpAllOf passCodeLength(Integer passCodeLength)
@Nullable public Integer getPassCodeLength()
public void setPassCodeLength(Integer passCodeLength)
public AuthenticatorMethodOtpAllOf protocol(OtpProtocol protocol)
@Nullable public OtpProtocol getProtocol()
public void setProtocol(OtpProtocol protocol)
public AuthenticatorMethodOtpAllOf timeIntervalInSeconds(Integer timeIntervalInSeconds)
@Nullable public Integer getTimeIntervalInSeconds()
public void setTimeIntervalInSeconds(Integer timeIntervalInSeconds)
Copyright © 2017–2023 Okta. All rights reserved.