tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ITokenValidator.cs
Go to the documentation of this file.
1using System.Threading;
2using System.Threading.Tasks;
3
4using Microsoft.AspNetCore.Authentication.JwtBearer;
5
7{
11 public interface ITokenValidator
12 {
19 Task ValidateToken(TokenValidatedContext tokenValidatedContext, CancellationToken cancellationToken);
20 }
21}
Task ValidateToken(TokenValidatedContext tokenValidatedContext, CancellationToken cancellationToken)
Handles tokenValidatedContext .