refactor(TokenDescriptor): ApiRoute-Eigenschaft entfernt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user