Package com.okta.sdk.resource.model
Class UserFactorActivatePush
java.lang.Object
com.okta.sdk.resource.model.UserFactorActivatePush
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class UserFactorActivatePush
extends Object
implements Serializable
Activation requests have a short lifetime and expire if the activation isn't completed before the indicated
timestamp. If the activation expires, use the returned `activate` link to restart the process.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
factorResult
(UserFactorActivatePushResult factorResult) Timestamp when the Factor verification attempt expiresGet factorResultint
hashCode()
void
setFactorResult
(UserFactorActivatePushResult factorResult) toString()
-
Field Details
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
JSON_PROPERTY_FACTOR_RESULT
- See Also:
-
-
Constructor Details
-
UserFactorActivatePush
public UserFactorActivatePush()
-
-
Method Details
-
getExpiresAt
Timestamp when the Factor verification attempt expires- Returns:
- expiresAt
-
factorResult
-
getFactorResult
Get factorResult- Returns:
- factorResult
-
setFactorResult
-
equals
-
hashCode
public int hashCode() -
toString
-