Package com.okta.sdk.resource.model
Class PasswordPolicyRecoveryEmailRecoveryToken
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyRecoveryEmailRecoveryToken
- 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 PasswordPolicyRecoveryEmailRecoveryToken
extends Object
implements Serializable
PasswordPolicyRecoveryEmailRecoveryToken
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Lifetime (in minutes) of the recovery tokenint
hashCode()
void
setTokenLifetimeMinutes
(Integer tokenLifetimeMinutes) tokenLifetimeMinutes
(Integer tokenLifetimeMinutes) toString()
-
Field Details
-
JSON_PROPERTY_TOKEN_LIFETIME_MINUTES
- See Also:
-
-
Constructor Details
-
PasswordPolicyRecoveryEmailRecoveryToken
public PasswordPolicyRecoveryEmailRecoveryToken()
-
-
Method Details