mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Added NULL default back to $clientSecret and $redirectUri
This commit is contained in:
parent
d0a40f208c
commit
d5f0ac479b
@ -6,8 +6,8 @@ interface DatabaseInteface
|
||||
{
|
||||
public function validateClient(
|
||||
$clientId,
|
||||
$clientSecret,
|
||||
$redirectUri
|
||||
$clientSecret = null,
|
||||
$redirectUri = null
|
||||
);
|
||||
|
||||
public function newSession(
|
||||
|
Loading…
Reference in New Issue
Block a user