inth-oauth2/tests/response/refresh_token_bearer_partia...

12 lines
202 B
Plaintext
Raw Normal View History

2015-12-30 04:02:12 +00:00
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Cache-Control: no-store
Pragma: no-cache
{
"access_token":"cccccccc",
"token_type":"bearer",
"expires_in":3600,
"scope":"example"
}