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

23 lines
484 B
YAML
Raw Normal View History

2014-08-04 15:18:55 +01:00
url: 'http://localhost:8000/api.php/tokeninfo?access_token=iamgod'
2014-08-04 09:12:00 +01:00
request:
method: GET
response:
statusCode: 200
headers:
2014-08-04 15:18:55 +01:00
-
key: Content-type
value: application/json
2014-08-04 09:12:00 +01:00
body:
-
key: owner_id
value: testclient
-
key: owner_type
value: client
-
key: access_token
value: iamgod
-
key: client_id
2014-11-08 18:26:12 +00:00
value: testclient