Add AuthManager.Remove
This commit is contained in:
@@ -12,5 +12,7 @@ namespace Akari.Prototype.Server.Services
|
||||
IEnumerable<KeyValuePair<string, TimedEntry<AesGcm>>> Pairs { get; }
|
||||
|
||||
void Auth(string name, string token);
|
||||
|
||||
bool Remove(string name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user