feat(IAsymmetricTokenDescriptor): Methode Validator.get mit Lazy Loading hinzugefügt.
This commit is contained in:
@@ -7,6 +7,8 @@ namespace DigitalData.Core.Abstractions.Security
|
||||
/// </summary>
|
||||
public interface IAsymmetricTokenDescriptor : IAsymmetricPrivateKey, IUniqueSecurityContext
|
||||
{
|
||||
IAsymmetricTokenValidator Validator { get; }
|
||||
|
||||
string? ApiRoute { get; }
|
||||
|
||||
#region SecurityTokenDescriptor Map
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace DigitalData.Core.Abstractions.Security
|
||||
{
|
||||
public interface IAsymmetricTokenValidator : IAsymmetricPublicKey
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user