oauth2-server/tests/fuzz/tokeninfo-valid-token.yml
Graham Campbell 4c1cd04a24 CS fixes
2014-11-08 18:26:12 +00:00

23 lines
484 B
YAML

url: 'http://localhost:8000/api.php/tokeninfo?access_token=iamgod'
request:
method: GET
response:
statusCode: 200
headers:
-
key: Content-type
value: application/json
body:
-
key: owner_id
value: testclient
-
key: owner_type
value: client
-
key: access_token
value: iamgod
-
key: client_id
value: testclient