Token
Token
JSON Example
{
"tokenType": "bearer",
"accessToken": "string",
"expiresIn": 1800
}
string
tokenType
Optional
Access token type. Currently it is always bearer.
string
accessToken
Optional
Access token in jwt token format, which will be used for subsequent resource API calls. Authorization: Bearer {accessToken}.
integer As int64
As int64
expiresIn
Optional
The seconds token will expire in.