oauth2-server/tests/fuzz/tokeninfo-valid-token.yml

23 lines
484 B
YAML
Raw Normal View History

2014-08-04 19:48:55 +05:30
url: 'http://localhost:8000/api.php/tokeninfo?access_token=iamgod'
2014-08-04 13:42:00 +05:30
request:
method: GET
response:
statusCode: 200
headers:
2014-08-04 19:48:55 +05:30
-
key: Content-type
value: application/json
2014-08-04 13:42:00 +05:30
body:
-
key: owner_id
value: testclient
-
key: owner_type
value: client
-
key: access_token
value: iamgod
-
key: client_id
2014-11-08 23:56:12 +05:30
value: testclient