refactor(TokenDescriptor): ApiRoute-Eigenschaft entfernt

This commit is contained in:
Developer 02
2025-01-14 19:45:44 +01:00
parent a0ad8d732d
commit 287871ddc6
5 changed files with 0 additions and 17 deletions

View File

@@ -8,8 +8,6 @@ namespace DigitalData.Core.Security.RSAKey
/// </summary>
public class RSATokenDescriptor : RSAPrivateKey, IAsymmetricTokenDescriptor
{
public string? ApiRoute { get; init; }
private readonly Lazy<RSATokenValidator> _lazyTokenValidator;
public IAsymmetricTokenValidator Validator => _lazyTokenValidator.Value;