bshaffer / oauth2-server-php-docs

documentation for the oauth2-server-php library
231 stars 148 forks source link

Fix documentation regarding getAccessTokenData(). #50

Closed danprime closed 9 years ago

danprime commented 9 years ago

Originally it was "token as a string" but this is incorrect because it results in this error: "Argument 1 passed to OAuth2\Server::getAccessTokenData() must implement interface OAuth2\RequestInterface, string given"