mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Renamed checkClientAuthoriseParams method to checkAuthoriseParams
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user