Add RemoveFingerprintCommand

This commit is contained in:
2021-06-04 23:26:22 +02:00
parent 90afa7fe3b
commit 5e303c39f2
4 changed files with 45 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ namespace Akari.Prototype.Server.Services
{
IEnumerable<KeyValuePair<string, string>> FingerprintsHash { get; }
bool Remove(string name);
void VerifyFingerprint(string name, string token);
}
}