Added session scopes

This commit is contained in:
Alex Bilbie 2013-05-05 18:16:28 +01:00
parent 90508a191d
commit 9be23cf222

View File

@ -182,6 +182,15 @@ class ResourceServer
return true;
}
/**
* Get the session scopes
* @return [type] [description]
*/
public function getScopes()
{
return $this->sessionScopes;
}
/**
* Checks if the presented access token has the given scope(s).
*