mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-19 01:52:57 +05:30
Added missing clientId variable, fixed docblock
This commit is contained in:
parent
a8a375ed1f
commit
0812ca2927
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user