feat(AsymmetricPublicKey): zu Abstractions.Models hinzugefügt, um den Empfang öffentlicher Schlüssel zu behandeln.
- AsymmetricPublicKey-Liste mit dem Namen Public Keys zu IAuthClient hinzugefügt.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace DigitalData.Auth.Abstractions;
|
||||
using DigitalData.Auth.Abstractions.Models;
|
||||
|
||||
namespace DigitalData.Auth.Abstractions;
|
||||
|
||||
public interface IAuthClient : IAuthListenHandler, IAuthSenderHandler
|
||||
{
|
||||
@@ -7,4 +9,6 @@ public interface IAuthClient : IAuthListenHandler, IAuthSenderHandler
|
||||
Task StartAsync();
|
||||
|
||||
Task<bool> TryStartAsync();
|
||||
}
|
||||
|
||||
IEnumerable<AsymmetricPublicKey> PublicKeys { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user