Add IApplicationManager
This commit is contained in:
9
Akari.Prototype.Server/Models/Application.cs
Normal file
9
Akari.Prototype.Server/Models/Application.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Akari.Prototype.Server.Models
|
||||
{
|
||||
public record Application(string Name, string TokenHash, IList<string> Fingerprints);
|
||||
}
|
||||
Reference in New Issue
Block a user