Package com.okta.sdk.resource.model
Class BaseToken
java.lang.Object
com.okta.sdk.resource.model.BaseToken
- 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 BaseToken
extends Object
implements Serializable
BaseToken
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanClaims included in the token.Get lifetimeinthashCode()lifetime(BaseTokenLifetime lifetime) voidvoidsetLifetime(BaseTokenLifetime lifetime) toString() 
- 
Field Details
- 
JSON_PROPERTY_CLAIMS
- See Also:
 
 - 
JSON_PROPERTY_LIFETIME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
BaseToken
public BaseToken() 
 - 
 - 
Method Details
- 
claims
 - 
getClaims
Claims included in the token. Consists of name-value pairs for each included claim. For descriptions of the claims that you can include, see the Okta [OpenID Connect and OAuth 2.0 API reference](/openapi/okta-oauth/guides/overview/#claims).- Returns:
 - claims
 
 - 
setClaims
 - 
lifetime
 - 
getLifetime
Get lifetime- Returns:
 - lifetime
 
 - 
setLifetime
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -