microsoft / entra-verifiedid-wallet-library-ios

A library to manage your Decentralized Identities and Verified IDs on iOS.
MIT License
25 stars 11 forks source link

Add Presentation Exchange Serializer #91

Closed symorton closed 6 months ago

symorton commented 7 months ago

Problem: With the new extension design, the Presentation Response logic must be refactored to incorporate serialization.

Solution: Implement PresentationExchangeSerializer using VerifiablePresentationBuilders and PresentationExchangeIdTokenBuilder to enable extensibility in the future.

Validation: All new unit tests pass.

Type of change:

Risk:

Work Item links: Please include here links for this work item, or deferred work, or related work. E.g. if the refactoring is too big to fit in this PR, or the localized strings need to be updated later, please link the TODO work items here.

Documentation Links: Please include here links to any related background documentation for this PR.