TokenResponse
An object that contains an access token and an expiration time in seconds.
Declaration
object TokenResponseProperties
| Name | Type | Description |
|---|---|---|
accessToken | string | A string that represents the access token. |
expiresInSeconds | integer | An integer that indicates the time, in seconds from now until the token expires. |