Problem:
IValidatorOptions can be returned from the state of ValidatorBuilder.
Removed unused crypto parameter from VerifiablePresentationTokenValidator.
Solution:
Add the validatorOptions property to the builder
Validation:
New unit test
Type of change:
[x] Feature work
[ ] Bug fix
[ ] Documentation
[ ] Engineering change
[ ] Test
[ ] Logging/Telemetry
Risk:
[ ] High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
[ ] Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
[x] Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)
Problem: IValidatorOptions can be returned from the state of ValidatorBuilder. Removed unused crypto parameter from VerifiablePresentationTokenValidator.
Solution: Add the validatorOptions property to the builder
Validation: New unit test
Type of change:
Risk: