tgstation-server
6.19.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Security
IClaimsPrincipalAccessor.cs
Go to the documentation of this file.
1
using
System.Security.Claims;
2
3
namespace
Tgstation.Server.Host.Security
4
{
8
interface
IClaimsPrincipalAccessor
9
{
13
ClaimsPrincipal
User
{
get
; }
14
}
15
}
Tgstation.Server.Host.Security.IClaimsPrincipalAccessor
Interface for accessing the current request's ClaimsPrincipal.
Definition
IClaimsPrincipalAccessor.cs:9
Tgstation.Server.Host.Security.IClaimsPrincipalAccessor.User
ClaimsPrincipal User
Get the current ClaimsPrincipal.
Definition
IClaimsPrincipalAccessor.cs:13
Tgstation.Server.Host.Security
Definition
AuthenticationContext.cs:8
Generated by
1.9.8