TBD54566975 / web5-swift

Web5 for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement PresentationExchange.createPresentationFromCredentials()

EbonyLouis opened this issue · comments

Reason

For our known Customer Credential Wallet guide we need to be able to show how a Wallet App creates a VP as part of their IDV flow. Right now we have:

  1. PresentationExchange.selectCredentials()
  2. PresentationExchange.satisfiesPresentationDefinition()

@EbonyLouis thanks for flagging! Is PresentationExchange.createPresentationFromCredentials() sufficient for this? any others you caught?

@kirahsapong yes that's all that's needed, thanks Kirah!