Make VerifyToken public in IApplicationsManager

This commit is contained in:
2021-06-07 19:48:43 +02:00
parent 3658bdcba0
commit 0f88e82e28
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ namespace Akari.Prototype.Server.Services
bool AddFingerprint(string applicationName, string fingerprintName);
bool VerifyToken(string applicationName, string applicationToken);
bool TryRetrieveKey(string applicationName, string applicationToken, out AesGcm key);
}
}