tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Security
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
{
10
public
interface
IAuthenticationContextFactory
11
{
15
IAuthenticationContext
CurrentAuthenticationContext {
get
; }
16
25
Task CreateAuthenticationContext(
long
userId,
long
? instanceId, DateTimeOffset validAfter, CancellationToken cancellationToken);
26
}
27
}
Tgstation.Server.Host.Security.IAuthenticationContextFactory
For creating and accessing authentication contexts
Definition:
IAuthenticationContextFactory.cs:10
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Security.IAuthenticationContext
Represents the currently authenticated Api.Models.User
Definition:
IAuthenticationContext.cs:10
Tgstation
Generated by
1.8.11