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) * @param string $accessToken The access token (default = null)
* @return string An authorisation code * @return string An authorisation code
*/ */
public function newAuthCode( private function newAuthCode(
$clientId, $clientId,
$type = 'user', $type = 'user',
$typeId, $typeId,