Added getClientId method

This commit is contained in:
Alex Bilbie 2013-05-08 18:06:18 -07:00
parent 92e217d0ac
commit 1e57533127

View File

@ -161,6 +161,15 @@ class Resource
return $this->accessToken;
}
/**
* Gets the client ID that created the session
* @return string
*/
public function getClientId()
{
return $this->clientId;
}
/**
* Checks if the access token is valid or not.
*