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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SocialAuthToken
extends Object
implements Serializable
The Social Authentication Token object provides the tokens and associated metadata provided by social providers
during social authentication.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the object expiresgetId()
Unique identifier for the tokenThe scopes that the token is good forgetToken()
The raw tokenThe token authentication scheme as defined by the social providerThe type of token defined by the [OAuth Token Exchange Spec](https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-07#section-3)int
hashCode()
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
Timestamp when the object expires- Returns:
- expiresAt
-
getId
Unique identifier for the token- Returns:
- id
-
getScopes
The scopes that the token is good for- Returns:
- scopes
-
getToken
The raw token- Returns:
- token
-
getTokenAuthScheme
The token authentication scheme as defined by the social provider- Returns:
- tokenAuthScheme
-
getTokenType
The type of token defined by the [OAuth Token Exchange Spec](https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-07#section-3)- Returns:
- tokenType
-
equals
-
hashCode
public int hashCode() -
toString
-