mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-31 15:59:31 +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';
|
protected $tokenKey = 'access_token';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The client ID
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $clientId = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the Resource
|
* Sets up the Resource
|
||||||
*
|
*
|
||||||
@ -187,7 +193,7 @@ class Resource
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the session scopes
|
* Get the session scopes
|
||||||
* @return [type] [description]
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getScopes()
|
public function getScopes()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user