Add IApplicationManager
This commit is contained in:
@@ -15,6 +15,8 @@ namespace Akari.Prototype.Server.Services
|
||||
|
||||
void Auth(string name, byte[] token);
|
||||
|
||||
bool TryGetKey(string name, out AesGcm key);
|
||||
|
||||
bool Remove(string name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user