Skip to content

Commit b47ef29

Browse files
Borcsa134dsztanko
andcommitted
SECURITY-OPS: add missing method
Co-authored-by: Dora Kaszasne Sztanko <[email protected]>
1 parent 0830063 commit b47ef29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ClientInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ interface ClientInterface
77
public function isValid(string $id): bool;
88

99
public function filterInvalid(array $msids): array;
10+
11+
public function getSessionData(string $sessionDataToken): array;
1012
}

0 commit comments

Comments
 (0)