Token Validation Response
If the access token request is valid and authorized, the resource server returns the data associated with the access token, which can be used to query the resources.
Parameter | Description |
---|---|
access_token | Specifies the access_token issued by the authorization server.
Required. |
resource_uri | Optional, if identical to the scope requested by the client; otherwise, Required. |
access_token | Optional, if identical to the scope requested by the client; otherwise, Required. |
Token Validation Response Example
The successful response is as follows:
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Cache-Control: no-store Pragma: no-cache { "access_token":"2YotnFZFEjr1zCsicMWpAA", "expires_in":3600, "resource_uri":"https://fairlawn.bookclub.org/member/friend", "scope":"friends" }
Copyright © Cloud Software Group, Inc. All rights reserved.