Decoded user profile from the OAuth callback. Contains the refresh token. Always include this field.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| refreshToken | String | Google refresh token for long-lived access | [optional] |
| tokenExpiresIn | Integer | Token expiration time in seconds | [optional] |
| scope | String | Granted OAuth scopes | [optional] |