From d8333a13c36b159c0b3de4f7ed189a6594056502 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 23 Feb 2023 15:41:10 +0100 Subject: [thrift] Add call for retrieving session data from access token --- src/main/thrift/bwlp.thrift | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 6ba7938..ad9f704 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -708,6 +708,9 @@ service MasterServer { void invalidateSession(1: Token sessionId) throws (1:TInvalidTokenException ex), + ClientSessionData getSessionFromAccessCode(1: string accessCode) + throws (1:TNotFoundException notFound, 2:TAuthorizationException auth), + /* * Server (Satellite) calls */ -- cgit v1.2.3-55-g7522