mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
$accessToken should be protected not public
This commit is contained in:
@@ -29,7 +29,7 @@ class Resource extends AbstractServer
|
||||
* The access token
|
||||
* @var League\OAuth2\Server\AccessToken
|
||||
*/
|
||||
public $accessToken;
|
||||
protected $accessToken;
|
||||
|
||||
/**
|
||||
* The query string key which is used by clients to present the access token (default: access_token)
|
||||
|
Reference in New Issue
Block a user