Changed scope of newAuthCode method to private

This commit is contained in:
Alex Bilbie 2012-07-25 14:31:32 +01:00
parent 3c599e5454
commit d9953ef1ed

View File

@ -253,7 +253,7 @@ maintenance of the server.',
* @param string $accessToken The access token (default = null)
* @return string An authorisation code
*/
public function newAuthCode(
private function newAuthCode(
$clientId,
$type = 'user',
$typeId,