7 lines
153 B
C#
7 lines
153 B
C#
namespace MxGateway.Server.Security.Authentication;
|
|
|
|
public interface IAuthStoreMigrator
|
|
{
|
|
Task MigrateAsync(CancellationToken cancellationToken);
|
|
}
|