namespace CM.Authentication.Abstractions; public interface IJwtTokenManagerService { Task GetTokenAsync(CancellationToken cancellationToken = default); }