Access Token Response Example
The response for the access token request contains the following information:
- Access Token
- Refresh token (Optional)
- Expiry information for access token
- Authorization grant type
- Additional information depending on the used OAuth flow.
Sample Response
For example, the successful response for password credential flow is returned as follows:
Response:
{
"expires_in": 3600,
"token_type": "Bearer",
"refresh_token": "T1amGR21.IdKM.5ecbf91162691e15913582bf2662e0",
"access_token": "T1amGT21.Idup.298885bf38e99053dca3434eb59c6aa"
}
Copyright © Cloud Software Group, Inc. All rights reserved.