Package com.okta.sdk.resource.model
Class OAuth2RefreshTokenEmbedded
java.lang.Object
com.okta.sdk.resource.model.OAuth2RefreshTokenEmbedded
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class OAuth2RefreshTokenEmbedded
extends Object
implements Serializable
The embedded resources related to the object if the `expand` query parameter is specified
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddscopesItem
(OAuth2RefreshTokenScope scopesItem) boolean
The scope objects attached to the Tokenint
hashCode()
scopes
(List<OAuth2RefreshTokenScope> scopes) void
setScopes
(List<OAuth2RefreshTokenScope> scopes) toString()
-
Field Details
-
JSON_PROPERTY_SCOPES
- See Also:
-
-
Constructor Details
-
OAuth2RefreshTokenEmbedded
public OAuth2RefreshTokenEmbedded()
-
-
Method Details
-
scopes
-
addscopesItem
-
getScopes
The scope objects attached to the Token- Returns:
- scopes
-
setScopes
-
equals
-
hashCode
-
toString
-