mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
14 lines
493 B
YAML
14 lines
493 B
YAML
|
url: 'http://localhost:8000/api.php/tokeninfo?access_token=foobar'
|
||
|
request:
|
||
|
method: GET
|
||
|
response:
|
||
|
statusCode: 400
|
||
|
headers:
|
||
|
Content-type: application/json
|
||
|
body:
|
||
|
-
|
||
|
key: error
|
||
|
value: "invalid_request"
|
||
|
-
|
||
|
key: message
|
||
|
value: "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."
|