mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Added getResponseTypes() method
This commit is contained in:
parent
9c9db978c6
commit
351580d9d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user