tgstation-server 6.9.2
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IAuthenticationContextFactory.cs
Go to the documentation of this file.
1using System;
2using System.Threading;
3using System.Threading.Tasks;
4
6{
11 {
20 ValueTask<IAuthenticationContext> CreateAuthenticationContext(long userId, long? instanceId, DateTimeOffset notBefore, CancellationToken cancellationToken);
21 }
22}
ValueTask< IAuthenticationContext > CreateAuthenticationContext(long userId, long? instanceId, DateTimeOffset notBefore, CancellationToken cancellationToken)
Create an IAuthenticationContext in the request pipeline for a given userId and instanceId .