Revert "feat: Hinzufügen der Methode GetPublicKeyAsync zu IAuthListenHandler und IAuthSenderHandler"
This reverts commit 137ccaa563f7e7a158c8a2dec518677ff8782115.
This commit is contained in:
parent
137ccaa563
commit
c47197606b
@ -3,6 +3,4 @@
|
|||||||
public interface IAuthListenHandler
|
public interface IAuthListenHandler
|
||||||
{
|
{
|
||||||
Task ReceiveKeyAsync(string name, string value);
|
Task ReceiveKeyAsync(string name, string value);
|
||||||
|
|
||||||
Task<string> GetPublicKeyAsync(string issuer, string audience);
|
|
||||||
}
|
}
|
||||||
@ -3,6 +3,4 @@
|
|||||||
public interface IAuthSenderHandler
|
public interface IAuthSenderHandler
|
||||||
{
|
{
|
||||||
Task SendKeyAsync(string name, string key);
|
Task SendKeyAsync(string name, string key);
|
||||||
|
|
||||||
Task<string> GetPublicKeyAsync(string issuer, string audience);
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user