mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update schema to support unique guid + game combinations
This commit is contained in:
11
SharedLibraryCore/Helpers/TokenIdentifier.cs
Normal file
11
SharedLibraryCore/Helpers/TokenIdentifier.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Data.Models;
|
||||
using SharedLibraryCore.Interfaces;
|
||||
|
||||
namespace SharedLibraryCore.Helpers;
|
||||
|
||||
public class TokenIdentifier : ITokenIdentifier
|
||||
{
|
||||
public long NetworkId { get; set; }
|
||||
public Reference.Game Game { get; set; }
|
||||
public string Token { get; set; }
|
||||
}
|
Reference in New Issue
Block a user