mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Added missing clientId variable, fixed docblock
This commit is contained in:
@@ -69,6 +69,12 @@ class Resource
|
||||
*/
|
||||
protected $tokenKey = 'access_token';
|
||||
|
||||
/**
|
||||
* The client ID
|
||||
* @var string
|
||||
*/
|
||||
protected $clientId = null;
|
||||
|
||||
/**
|
||||
* Sets up the Resource
|
||||
*
|
||||
@@ -187,7 +193,7 @@ class Resource
|
||||
|
||||
/**
|
||||
* Get the session scopes
|
||||
* @return [type] [description]
|
||||
* @return array
|
||||
*/
|
||||
public function getScopes()
|
||||
{
|
||||
|
Reference in New Issue
Block a user