mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +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(
|
public function validateClient(
|
||||||
$clientId,
|
$clientId,
|
||||||
$clientSecret,
|
$clientSecret = null,
|
||||||
$redirectUri
|
$redirectUri = null
|
||||||
);
|
);
|
||||||
|
|
||||||
public function newSession(
|
public function newSession(
|
||||||
|
Loading…
Reference in New Issue
Block a user