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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.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