successful operation
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
accessToken |
string | ✔️ | A new access token that is used to authenticate against resources that belong to the app itself. | gTm0p62yYXFiB1rOdhV0TsNOinC2V2P1CMaAtojkO9JEGbv3i5 |
tokenType |
string | ✔️ | The type of token, always "Bearer" | Bearer |
expiresIn |
int | ✔️ | The lifetime of the access token, in seconds. Default is 3600. | 3599 |