{
"application": "string",
"expires_in": "int32",
"scope": "string",
"user_id": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
application | string |
The ID of the application that was granted this access token. |
Optional |
expires_in | int32 |
Time in seconds until token expires. |
Optional |
scope | string |
A space-seperated list of scopes that were granted for this access token. |
Optional |
user_id | string |
The ID of the user who authorised the access token. |
Optional |