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