Files
mxaccessgw/src/MxGateway.Server/Security/Authentication/IAuthStoreMigrator.cs
T
2026-04-26 16:29:38 -04:00

7 lines
153 B
C#

namespace MxGateway.Server.Security.Authentication;
public interface IAuthStoreMigrator
{
Task MigrateAsync(CancellationToken cancellationToken);
}