Package com.okta.sdk.resource.model
Class UserFactorVerifyResponse
java.lang.Object
com.okta.sdk.resource.model.UserFactorVerifyResponse
- 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 UserFactorVerifyResponse
extends Object
implements Serializable
UserFactorVerifyResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
factorResult
(UserFactorVerifyResult factorResult) Get embeddedTimestamp when the verification expiresOptional display message for Factor verificationorg.openapitools.jackson.nullable.JsonNullable
<String> Get factorResultgetLinks()
Get linksint
hashCode()
links
(UserFactorLinks links) void
setFactorResult
(UserFactorVerifyResult factorResult) void
setLinks
(UserFactorLinks links) toString()
-
Field Details
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
JSON_PROPERTY_FACTOR_MESSAGE
- See Also:
-
JSON_PROPERTY_FACTOR_RESULT
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
UserFactorVerifyResponse
public UserFactorVerifyResponse()
-
-
Method Details
-
getExpiresAt
Timestamp when the verification expires- Returns:
- expiresAt
-
getFactorMessage
Optional display message for Factor verification- Returns:
- factorMessage
-
getFactorMessage_JsonNullable
-
factorResult
-
getFactorResult
Get factorResult- Returns:
- factorResult
-
setFactorResult
-
getEmbedded
Get embedded- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-