feat(Melder): Erstellt, um aktuelle Schlüssel an den Kunden zu senden

This commit is contained in:
Developer 02
2025-02-11 09:38:11 +01:00
parent 5ab1f24ce5
commit 484cc86a29
6 changed files with 40 additions and 19 deletions

View File

@@ -2,5 +2,5 @@
public interface IAuthListenHandler
{
Task ReceiveKeyAsync(string topic, string key);
Task ReceiveKeyAsync(string name, string value);
}