ivan-novakov / php-openid-connect-client

OpenID Connect Client Library
55 stars 21 forks source link

Add scope (OPTIONAL) into Token\Response::allowedProperties #6

Closed tekezo closed 9 years ago

tekezo commented 9 years ago

Access Token Response might contain 'scope'. So, we have to add 'scope' into $allowedProperties.

4.4.3. Access Token Response https://tools.ietf.org/html/rfc6749#section-4.4.3

5.1. Successful Response https://tools.ietf.org/html/rfc6749#section-5.1