mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Renamed checkClientAuthoriseParams method to checkAuthoriseParams
This commit is contained in:
parent
87a142cc30
commit
781bf985c3
@ -136,13 +136,13 @@ class AuthServer
|
||||
}
|
||||
|
||||
/**
|
||||
* Check client authorise parameters
|
||||
* Check authorise parameters
|
||||
*
|
||||
* @access public
|
||||
* @param array $authParams Optional array of parsed $_GET keys
|
||||
* @return array Authorise request parameters
|
||||
*/
|
||||
public function checkClientAuthoriseParams($authParams = null)
|
||||
public function checkAuthoriseParams($authParams = null)
|
||||
{
|
||||
$params = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user