namespace DigitalData.Auth.Abstractions; public interface IAuthListenHandler { Task ReceiveKeyAsync(string name, string value); }