Make VerifyToken public in IApplicationsManager
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user