tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IAuthenticationContext.cs
Go to the documentation of this file.
1using System;
2
5
7{
12 {
16 User User { get; }
17
22
27
33 ulong GetRight(RightsType rightsType);
34
39 }
40}
Represents the currently authenticated Models.User.
ISystemIdentity SystemIdentity
The ISystemIdentity of User if applicable.
ulong GetRight(RightsType rightsType)
Get the value of a given rightsType .
Represents a user on the current global::System.Runtime.InteropServices.OSPlatform.
RightsType
The type of rights a model uses.
Definition: RightsType.cs:7