We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0830063 commit b47ef29Copy full SHA for b47ef29
src/ClientInterface.php
@@ -7,4 +7,6 @@ interface ClientInterface
7
public function isValid(string $id): bool;
8
9
public function filterInvalid(array $msids): array;
10
+
11
+ public function getSessionData(string $sessionDataToken): array;
12
}
0 commit comments