Package com.okta.sdk.resource.model
Class UserFactorPush
java.lang.Object
com.okta.sdk.resource.model.UserFactor
com.okta.sdk.resource.model.UserFactorPush
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class UserFactorPush
extends UserFactor
implements Serializable
UserFactorPush
- See Also:
-
Field Summary
FieldsFields inherited from class com.okta.sdk.resource.model.UserFactor
factorType, JSON_PROPERTY_CREATED, JSON_PROPERTY_EMBEDDED, JSON_PROPERTY_FACTOR_TYPE, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LINKS, JSON_PROPERTY_PROVIDER, JSON_PROPERTY_STATUS, JSON_PROPERTY_VENDOR_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
factorResult
(UserFactorResultType factorResult) Timestamp when the Factor verification attempt expiresGet factorResultGet profileint
hashCode()
profile
(UserFactorPushProfile profile) void
setFactorResult
(UserFactorResultType factorResult) void
setProfile
(UserFactorPushProfile profile) toString()
Methods inherited from class com.okta.sdk.resource.model.UserFactor
factorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVendorName, links, profile, provider, setFactorType, setLinks, setProfile, setProvider, setStatus, status
-
Field Details
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
JSON_PROPERTY_FACTOR_RESULT
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
UserFactorPush
public UserFactorPush()
-
-
Method Details
-
getExpiresAt
Timestamp when the Factor verification attempt expires- Returns:
- expiresAt
-
factorResult
-
getFactorResult
-
setFactorResult
-
profile
-
getProfile
Get profile- Overrides:
getProfile
in classUserFactor
- Returns:
- profile
-
setProfile
-
equals
- Overrides:
equals
in classUserFactor
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUserFactor
-
toString
- Overrides:
toString
in classUserFactor
-