> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# PrivyRefreshSession

Privy-specific session data for refresh operations

## Properties

| Property                                           | Type      | Description                                                       |
| -------------------------------------------------- | --------- | ----------------------------------------------------------------- |
| <a id="user_id" /> `user_id`                       | `string`  | Privy user identifier                                             |
| <a id="session" /> `session`                       | `Session` | Session data containing authorization keys and wallet information |
| <a id="token" /> `token`                           | `string`  | JWT token for Privy authentication                                |
| <a id="privy_access_token" /> `privy_access_token` | `string`  | Privy platform access token                                       |
| <a id="refresh_token" /> `refresh_token`           | `string`  | Refresh token for obtaining new access tokens                     |
