ServiceTokenResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ServiceTokenResponseBody.jsonaccessTokenstringrequired
expiresInint64required
Access-token lifetime in seconds; no refresh token is issued — repeat the grant
tokenTypestringrequired
ServiceTokenResponseBody
{
"$schema": "https://example.com/schemas/ServiceTokenResponseBody.json",
"accessToken": "string",
"expiresIn": 0,
"tokenType": "string"
}