microsoft / VerifiableCredentials-Verification-SDK-Typescript

An SDK to help Relying Parties manages their Decentralized Identities and Verifiable Credentials.
MIT License
53 stars 14 forks source link

Return validationOptions from the ValidatorBuilder #118

Closed beejones closed 3 years ago

beejones commented 3 years ago

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: