Package com.okta.sdk.resource.model
Class SocialAuthToken
java.lang.Object
com.okta.sdk.resource.model.SocialAuthToken
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class SocialAuthToken
extends Object
implements Serializable
SocialAuthToken
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddScopesItem(String scopesItem) booleanGet expiresAtgetId()Get idGet scopesgetToken()Get tokenGet tokenAuthSchemeGet tokenTypeinthashCode()voidvoidvoidsetTokenAuthScheme(String tokenAuthScheme) voidsetTokenType(String tokenType) tokenAuthScheme(String tokenAuthScheme) toString()
-
Field Details
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_SCOPES
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_TOKEN_AUTH_SCHEME
- See Also:
-
JSON_PROPERTY_TOKEN_TYPE
- See Also:
-
-
Constructor Details
-
SocialAuthToken
public SocialAuthToken()
-
-
Method Details
-
getExpiresAt
Get expiresAt- Returns:
- expiresAt
-
getId
Get id- Returns:
- id
-
scopes
-
addScopesItem
-
getScopes
Get scopes- Returns:
- scopes
-
setScopes
-
token
-
getToken
Get token- Returns:
- token
-
setToken
-
tokenAuthScheme
-
getTokenAuthScheme
Get tokenAuthScheme- Returns:
- tokenAuthScheme
-
setTokenAuthScheme
-
tokenType
-
getTokenType
Get tokenType- Returns:
- tokenType
-
setTokenType
-
equals
-
hashCode
public int hashCode() -
toString
-