Package com.okta.sdk.resource.model
Class AttackProtectionAuthenticatorSettings
java.lang.Object
com.okta.sdk.resource.model.AttackProtectionAuthenticatorSettings
- 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 AttackProtectionAuthenticatorSettings
extends Object
implements Serializable
AttackProtectionAuthenticatorSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
If true, requires users to verify a possession factor before verifying a knowledge factor when the assurance requires two-factor authentication (2FA).int
hashCode()
void
setVerifyKnowledgeSecondWhen2faRequired
(Boolean verifyKnowledgeSecondWhen2faRequired) toString()
verifyKnowledgeSecondWhen2faRequired
(Boolean verifyKnowledgeSecondWhen2faRequired)
-
Field Details
-
JSON_PROPERTY_VERIFY_KNOWLEDGE_SECOND_WHEN2FA_REQUIRED
- See Also:
-
-
Constructor Details
-
AttackProtectionAuthenticatorSettings
public AttackProtectionAuthenticatorSettings()
-
-
Method Details
-
verifyKnowledgeSecondWhen2faRequired
public AttackProtectionAuthenticatorSettings verifyKnowledgeSecondWhen2faRequired(Boolean verifyKnowledgeSecondWhen2faRequired) -
getVerifyKnowledgeSecondWhen2faRequired
If true, requires users to verify a possession factor before verifying a knowledge factor when the assurance requires two-factor authentication (2FA).- Returns:
- verifyKnowledgeSecondWhen2faRequired
-
setVerifyKnowledgeSecondWhen2faRequired
-
equals
-
hashCode
public int hashCode() -
toString
-