mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Fixed variable name
This commit is contained in:
parent
f0e36e6c94
commit
92be306d04
@ -235,7 +235,7 @@ class Server
|
|||||||
|
|
||||||
public function newAuthCode(string $clientId, $type = 'user',
|
public function newAuthCode(string $clientId, $type = 'user',
|
||||||
string $typeId, string $redirectUri, $scopes = array(),
|
string $typeId, string $redirectUri, $scopes = array(),
|
||||||
string $access_token = null)
|
string $accessToken = null)
|
||||||
{
|
{
|
||||||
$authCode = $this->generateCode();
|
$authCode = $this->generateCode();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user