Added missing clientId variable, fixed docblock

This commit is contained in:
Alex Bilbie 2013-05-08 13:59:17 -07:00
parent a8a375ed1f
commit 0812ca2927

View File

@ -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()
{ {