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/Interfaces/ITokenIdentifier.cs
Normal file
11
SharedLibraryCore/Interfaces/ITokenIdentifier.cs
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
using Data.Models;
|
||||
|
||||
namespace SharedLibraryCore.Interfaces;
|
||||
|
||||
public interface ITokenIdentifier
|
||||
{
|
||||
long NetworkId { get; }
|
||||
Reference.Game Game { get; set; }
|
||||
string Token { get; set; }
|
||||
}
|
Reference in New Issue
Block a user