Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up issuance and presentation request content data models #18

Merged
merged 336 commits into from
Mar 14, 2023

Conversation

symorton
Copy link
Contributor

@symorton symorton commented Mar 9, 2023

Builds off of PR #17

  • Create an extension for VCSDK.PresentationResponseContainer that mirrors the extension for VCSDK.IssuanceResponseContainer.
  • Created a PresentationResponse protocol that defines a behavior for VCSDK.PresentationResponseContainer to help with unit testing.
  • Split VerifiedIdContent into two separate data models: one for issuance and one for presentation.
  • Renamed OpenIdForVCResponder to OpenIdResponder because "ForVC" is redundant. Will update the name of Resolver in next PR.
  • Removed raw value from OpenIdRawRequest as it was not used/needed.
  • Moved a couple of files around.
  • Included raw presentation request to OpenIdPresentationRequest params as it will be needed to complete the request.
  • Fix tests with new data model names.
  • Add tests for VCSDK.PresentationResponseContainer extension and IssuanceRequestContent.

@symorton symorton changed the base branch from symorton/testAppPart1 to dev March 9, 2023 17:28
@symorton symorton requested a review from nithyaganeshng March 9, 2023 17:30
@symorton symorton merged commit 95739b3 into dev Mar 14, 2023
@symorton symorton deleted the symorton/splitIssuanceAndPresentationRequestContent branch March 14, 2023 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants