summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorSimon Rettberg2023-02-23 15:41:10 +0100
committerSimon Rettberg2023-02-23 15:41:10 +0100
commitd8333a13c36b159c0b3de4f7ed189a6594056502 (patch)
treeb26081c4abec905529f5bc1ff3ffd98c867ef71e /src/main/thrift/bwlp.thrift
parentNanoHTTPD: Honor client requesting Connection: Close (diff)
downloadmaster-sync-shared-d8333a13c36b159c0b3de4f7ed189a6594056502.tar.gz
master-sync-shared-d8333a13c36b159c0b3de4f7ed189a6594056502.tar.xz
master-sync-shared-d8333a13c36b159c0b3de4f7ed189a6594056502.zip
[thrift] Add call for retrieving session data from access token
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift3
1 files changed, 3 insertions, 0 deletions
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
*/