mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
$accessToken should be protected not public
This commit is contained in:
parent
9de979a4ee
commit
c5f48782e6
@ -29,7 +29,7 @@ class Resource extends AbstractServer
|
|||||||
* The access token
|
* The access token
|
||||||
* @var League\OAuth2\Server\AccessToken
|
* @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)
|
* The query string key which is used by clients to present the access token (default: access_token)
|
||||||
|
Loading…
Reference in New Issue
Block a user