Set a type for deleteSession()

This commit is contained in:
Alex Bilbie 2012-07-06 19:20:04 +01:00
parent f9dc4cba79
commit 54a7a5b893

View File

@ -29,6 +29,7 @@ interface OAuth2ServerDatabase
public function deleteSession(
string $clientId,
string $type,
string $typeId
);