mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Set a type for deleteSession()
This commit is contained in:
@@ -29,6 +29,7 @@ interface OAuth2ServerDatabase
|
|||||||
|
|
||||||
public function deleteSession(
|
public function deleteSession(
|
||||||
string $clientId,
|
string $clientId,
|
||||||
|
string $type,
|
||||||
string $typeId
|
string $typeId
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user