---
title: TokenResponse
framework: applemapsserverapi
role: symbol
role_heading: Object
path: applemapsserverapi/tokenresponse
---

# TokenResponse

An object that contains an access token and an expiration time in seconds.

## Declaration

```data
object TokenResponse
```

## Properties

accessToken: A string that represents the access token. expiresInSeconds: An integer that indicates the time, in seconds from now until the token expires.
