tgstation-server
The /tg/station 13 server suite
IAuthenticationContext.cs
Go to the documentation of this file.
1 using System;
4 
6 {
11  {
15  User User { get; }
16 
21 
27  ulong GetRight(RightsType rightsType);
28 
33  }
34 }
ulong GetRight(RightsType rightsType)
Get the value of a given rightsType
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
ISystemIdentity SystemIdentity
The ISystemIdentity of User if applicable