Renamed checkClientAuthoriseParams method to checkAuthoriseParams

This commit is contained in:
Alex Bilbie 2013-01-29 16:25:14 +00:00
parent 87a142cc30
commit 781bf985c3

View File

@ -136,13 +136,13 @@ class AuthServer
} }
/** /**
* Check client authorise parameters * Check authorise parameters
* *
* @access public * @access public
* @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 checkClientAuthoriseParams($authParams = null) public function checkAuthoriseParams($authParams = null)
{ {
$params = array(); $params = array();