tgstation-server  4.3.2
The /tg/station 13 server suite
IAuthenticationContextFactory.cs
Go to the documentation of this file.
1 using System;
2 using System.Threading;
3 using System.Threading.Tasks;
4 
5 namespace Tgstation.Server.Host.Security
6 {
11  {
15  IAuthenticationContext CurrentAuthenticationContext { get; }
16 
25  Task CreateAuthenticationContext(long userId, long? instanceId, DateTimeOffset validAfter, CancellationToken cancellationToken);
26  }
27 }
Represents the currently authenticated Api.Models.User