Package com.okta.sdk.resource.model
Class BaseTokenLifetime
java.lang.Object
com.okta.sdk.resource.model.BaseTokenLifetime
- 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 BaseTokenLifetime
extends Object
implements Serializable
Lifetime of the token
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
expiration
(Integer expiration) Time in seconds until the token expiresint
hashCode()
void
setExpiration
(Integer expiration) toString()
-
Field Details
-
JSON_PROPERTY_EXPIRATION
- See Also:
-
-
Constructor Details
-
BaseTokenLifetime
public BaseTokenLifetime()
-
-
Method Details