mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Changed scope of newAuthCode method to private
This commit is contained in:
parent
3c599e5454
commit
d9953ef1ed
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user