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

Add a name property to BaseAttestationModel and set it for each subclass #79

Closed gproanomsft closed 4 years ago

gproanomsft commented 4 years ago

Problem: BaseAttestationModel did not have a way to express a descriptor of a attestation

Solution: Add an abstract property to the class that gets filled in at runtime

Validation: Unit tests updated

Type of change:

Risk: