diff --git a/src/OAuth2/AuthServer.php b/src/OAuth2/AuthServer.php index 1b882622..fcae8a1f 100644 --- a/src/OAuth2/AuthServer.php +++ b/src/OAuth2/AuthServer.php @@ -263,6 +263,12 @@ class AuthServer return (array_key_exists($identifier, $this->grantTypes)); } + public function getResponseTypes() + { + die(var_dump($this->responseTypes)); + return $this->responseTypes; + } + /** * Require the "scope" paremter in checkAuthoriseParams() * @param boolean $require