Add AuthLifetimeService
Refactor AuthManager
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Akari.Prototype.Server.Services
|
||||
{
|
||||
public interface IFingerprintManager
|
||||
{
|
||||
Task VerifyToken(byte[] vs);
|
||||
void VerifyFingerprint(string name, string token);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user