---
title: TokenResponse
framework: accountorganizationaldatasharing
role: symbol
role_heading: Dictionary
path: accountorganizationaldatasharing/tokenresponse
---

# TokenResponse

The response token object returned on a successful request.

## Declaration

```data
object TokenResponse
```

## Properties

access_token: A token used to access allowed data. expires_in: The amount of time, in seconds, before the access token expires. id_token: A JWT that contains the user’s identity information. refresh_token: The refresh token used to regenerate new access tokens when validating an authorization code. Store this token securely on your server. The refresh token isn’t returned when validating an existing refresh token. token_type: The type of access token, which is always bearer.

## See Also

### Common objects

- [JWKSet](accountorganizationaldatasharing/jwkset.md)
- [ErrorResponse](accountorganizationaldatasharing/errorresponse.md)
