From 0935573b935051d5ef00867c9624c79bbc08a698 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Wed, 5 Mar 2025 11:56:00 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"feat(IAuthSenderHandler):=20GetPublic?= =?UTF-8?q?KeyAsync=20hinzugef=C3=BCgt,=20um=20den=20=C3=B6ffentlichen=20S?= =?UTF-8?q?chl=C3=BCssel=20des=20Aufrufers=20zu=20aktualisieren"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f30f1f127d6bb6e17fa3af6603ea58474dd24772. --- DigitalData.Auth.Abstractions/IAuthSenderHandler.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/DigitalData.Auth.Abstractions/IAuthSenderHandler.cs b/DigitalData.Auth.Abstractions/IAuthSenderHandler.cs index 76b92f3..bef6843 100644 --- a/DigitalData.Auth.Abstractions/IAuthSenderHandler.cs +++ b/DigitalData.Auth.Abstractions/IAuthSenderHandler.cs @@ -3,6 +3,4 @@ public interface IAuthSenderHandler { Task SendPublicKeyAsync(string issuer, string audience, string key); - - Task GetPublicKeyAsync(string issuer, string audience); } \ No newline at end of file