From c47197606bd4ed82a835bb589f176a7c2d1ecb8b Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 4 Mar 2025 10:16:23 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"feat:=20Hinzuf=C3=BCgen=20der=20Metho?= =?UTF-8?q?de=20GetPublicKeyAsync=20zu=20IAuthListenHandler=20und=20IAuthS?= =?UTF-8?q?enderHandler"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 137ccaa563f7e7a158c8a2dec518677ff8782115. --- DigitalData.Auth.Abstractions/IAuthListenHandler.cs | 2 -- DigitalData.Auth.Abstractions/IAuthSenderHandler.cs | 2 -- 2 files changed, 4 deletions(-) diff --git a/DigitalData.Auth.Abstractions/IAuthListenHandler.cs b/DigitalData.Auth.Abstractions/IAuthListenHandler.cs index 5d71a33..925ff9a 100644 --- a/DigitalData.Auth.Abstractions/IAuthListenHandler.cs +++ b/DigitalData.Auth.Abstractions/IAuthListenHandler.cs @@ -3,6 +3,4 @@ public interface IAuthListenHandler { Task ReceiveKeyAsync(string name, string value); - - Task GetPublicKeyAsync(string issuer, string audience); } \ No newline at end of file diff --git a/DigitalData.Auth.Abstractions/IAuthSenderHandler.cs b/DigitalData.Auth.Abstractions/IAuthSenderHandler.cs index ab57e28..20c4828 100644 --- a/DigitalData.Auth.Abstractions/IAuthSenderHandler.cs +++ b/DigitalData.Auth.Abstractions/IAuthSenderHandler.cs @@ -3,6 +3,4 @@ public interface IAuthSenderHandler { Task SendKeyAsync(string name, string key); - - Task GetPublicKeyAsync(string issuer, string audience); } \ No newline at end of file