mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-30 02:33:14 +05:30
Fixing PHP errors
This commit is contained in:
parent
8ac1600063
commit
6cab31d7e8
@ -11,16 +11,16 @@ interface OAuth2ServerDatabase
|
||||
public function newSession(
|
||||
string $clientId,
|
||||
string $redirectUri,
|
||||
string $type = 'user',
|
||||
$type = 'user',
|
||||
string $typeId = null,
|
||||
string $authCode = null,
|
||||
string $accessToken = null,
|
||||
string $stage = 'request'
|
||||
$stage = 'request'
|
||||
);
|
||||
|
||||
public function updateSession(
|
||||
string $clientId,
|
||||
string $type = 'user',
|
||||
$type = 'user',
|
||||
string $typeId = null,
|
||||
string $authCode = null,
|
||||
string $accessToken = null,
|
||||
|
Loading…
Reference in New Issue
Block a user