tgstation-server  4.3.2
The /tg/station 13 server suite
IAuthenticationContext.cs
Go to the documentation of this file.
1 using System;
4 
5 namespace Tgstation.Server.Host.Security
6 {
11  {
15  User User { get; }
16 
21 
27  ulong GetRight(RightsType rightsType);
28 
32  ISystemIdentity SystemIdentity { get; }
33  }
34 }
RightsType
The type of rights a model uses
Definition: RightsType.cs:6
Represents a user on the current global::System.Runtime.InteropServices.OSPlatform ...
Represents the currently authenticated Api.Models.User