The social authentication token object provides the tokens and associated metadata provided by social providers during social authentication.
| Name | Type | Description | Notes |
|---|---|---|---|
| ExpiresAt | DateTimeOffset | Timestamp when the object expires | [optional] [readonly] |
| Id | string | Unique identifier for the token | [optional] [readonly] |
| Scopes | List<string> | The scopes that the token is good for | [optional] [readonly] |
| Token | string | The raw token | [optional] [readonly] |
| TokenAuthScheme | string | The token authentication scheme as defined by the social provider | [optional] [readonly] |
| TokenType | string | The type of token defined by the OAuth Token Exchange Spec | [optional] [readonly] |