Made getGrantType public for use with implicit grant

This commit is contained in:
Alex Bilbie 2013-03-06 18:01:34 +00:00
parent 4962762c28
commit 6b172d4c27

View File

@ -396,7 +396,7 @@ class AuthServer
* @param string $grantType The grant type identifer
* @return class
*/
protected function getGrantType($grantType)
public function getGrantType($grantType)
{
return $this->grantTypes[$grantType];
}