JWT authentication response containing access credentials
| Property | Type | Description |
|---|---|---|
| token | String | JSON Web Token string used for authentication |
| expires_in | Integer | Token validity duration in seconds |
| refresh_token | String | Refresh token string used to obtain new access tokens |
| scope | String | Space-separated list of granted scopes |