feat(AsymmetricPublicKey): Zur Vereinfachung nach Auth.Client verschoben
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using DigitalData.Auth.Abstractions.Models;
|
||||
|
||||
namespace DigitalData.Auth.Abstractions;
|
||||
namespace DigitalData.Auth.Abstractions;
|
||||
|
||||
public interface IAuthClient : IAuthListenHandler, IAuthSenderHandler
|
||||
{
|
||||
@@ -9,6 +7,4 @@ public interface IAuthClient : IAuthListenHandler, IAuthSenderHandler
|
||||
Task StartAsync();
|
||||
|
||||
Task<bool> TryStartAsync();
|
||||
|
||||
IEnumerable<AsymmetricPublicKey> PublicKeys { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user