tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
GraphQL
Subscriptions
SessionInvalidationReason.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.GraphQL.Subscriptions
2
{
6
public
enum
SessionInvalidationReason
7
{
11
TokenExpired
,
12
16
UserUpdated
,
17
21
ServerShutdown
,
22
}
23
}
Tgstation.Server.Host.GraphQL.Subscriptions
Definition
ITopicEventReceiver.cs:2
Tgstation.Server.Host.GraphQL.Subscriptions.SessionInvalidationReason
SessionInvalidationReason
Reasons TGS may invalidate a user's login session.
Definition
SessionInvalidationReason.cs:7
Tgstation.Server.Host.GraphQL.Subscriptions.SessionInvalidationReason.UserUpdated
@ UserUpdated
An update to the caller's identity requiring reauthentication was made.
Tgstation.Server.Host.GraphQL.Subscriptions.SessionInvalidationReason.ServerShutdown
@ ServerShutdown
TGS is shutting down or restarting. Note, depending on server configuration, the current session may ...
Tgstation.Server.Host.GraphQL.Subscriptions.SessionInvalidationReason.TokenExpired
@ TokenExpired
The callers JWT expired.
Generated by
1.9.8