mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-26 16:52:04 +05:30
Renamed checkAuthoriseParams function to checkClientAuthoriseParams
This commit is contained in:
parent
5fbdccde40
commit
26d3d7789d
@ -65,7 +65,7 @@ class Server
|
|||||||
* @param array $authParams Optional array of parsed $_GET keys
|
* @param array $authParams Optional array of parsed $_GET keys
|
||||||
* @return array Authorise request parameters
|
* @return array Authorise request parameters
|
||||||
*/
|
*/
|
||||||
public function checkAuthoriseParams(array $authParams = null)
|
public function checkClientAuthoriseParams(array $authParams = null)
|
||||||
{
|
{
|
||||||
$params = array();
|
$params = array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user