Schema token_response.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "OAuth2 Response for the request of a Bearer Token",
"properties": { },
"required": [
"access_token",
"expires_in",
"token_type"
],
"title": "Token Response",
"type": "object"
}