mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +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)
|
* @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,
|
||||||
|
Loading…
Reference in New Issue
Block a user