tgstation-server  4.4.0
The /tg/station 13 server suite
IIdentityCache.cs
Go to the documentation of this file.
1 using System;
3 
4 namespace Tgstation.Server.Host.Security
5 {
9  public interface IIdentityCache
10  {
17  void CacheSystemIdentity(User user, ISystemIdentity systemIdentity, DateTimeOffset expiry);
18 
24  ISystemIdentity LoadCachedIdentity(User user);
25  }
26 }
Represents a user on the current global::System.Runtime.InteropServices.OSPlatform ...