Added getResponseTypes() method

This commit is contained in:
Alex Bilbie 2013-03-31 13:37:12 +01:00
parent 9c9db978c6
commit 351580d9d8

View File

@ -263,6 +263,12 @@ class AuthServer
return (array_key_exists($identifier, $this->grantTypes)); return (array_key_exists($identifier, $this->grantTypes));
} }
public function getResponseTypes()
{
die(var_dump($this->responseTypes));
return $this->responseTypes;
}
/** /**
* Require the "scope" paremter in checkAuthoriseParams() * Require the "scope" paremter in checkAuthoriseParams()
* @param boolean $require * @param boolean $require