tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IIdentityCache.cs
Go to the documentation of this file.
1using System;
2using System.Threading.Tasks;
3
5
7{
11 public interface IIdentityCache
12 {
20 ValueTask CacheSystemIdentity(User user, ISystemIdentity systemIdentity, DateTimeOffset expiry);
21
28 }
29}
ValueTask CacheSystemIdentity(User user, ISystemIdentity systemIdentity, DateTimeOffset expiry)
Keep a user 's systemIdentity alive until an expiry time.
ISystemIdentity LoadCachedIdentity(User user)
Attempt to load a cached ISystemIdentity.
Represents a user on the current global::System.Runtime.InteropServices.OSPlatform.