---
title: Core contract attributes
description: access_token
component: linkedin
page_id: linkedin:setup:pf_linkedin_cic_core_contract_attributes
canonical_url: https://docs.pingidentity.com/integrations/linkedin/setup/pf_linkedin_cic_core_contract_attributes.html
revdate: July 17, 2025
---

# Core contract attributes

| Attribute                  | Details                                                                                                                          |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `access_token`             | The access token that LinkedIn provides to your application.                                                                     |
| `access_token_expires_in`  | The access token's expiration date.                                                                                              |
| `email`                    | The user's primary email address.                                                                                                |
| `email_verified`           | Indicator that the user's primary email has been verified.                                                                       |
| `family_name`              | The user's last name.                                                                                                            |
| `given_name`               | The user's first name.                                                                                                           |
| `sub`                      | A unique identifying value for the member.                                                                                       |
| `id_token`                 | The ID token that LinkedIn provides to your application.                                                                         |
| `name`                     | The full name of the user.                                                                                                       |
| `picture`                  | A URL leading to the user's profile picture.                                                                                     |
| `refresh_token`            | The refresh token that LinkedIn provides to your application.&#xA;&#xA;LinkedIn only provides refresh tokens to select partners. |
| `refresh_token_expires_in` | The refresh token's expiration date.                                                                                             |
| `scope`                    | The OpenID scope used.                                                                                                           |
