affinidi_tdk_vault_iota 1.0.0-dev
affinidi_tdk_vault_iota: ^1.0.0-dev copied to clipboard
The Affinidi TDK - Vault Iota package provides support for OID4VP share flow, parsing Iota Framework request URIs and submitting Verifiable Presentations.
Affinidi TDK - Vault Iota #
Check the code snippets to learn how to integrate this package with your project.
1. Validate an OID4VP Request URI #
Shows how to parse and validate an Iota OID4VP request URI, including extracting the normalised request parameters. View Example
2. Match Credentials and Submit a Share Response #
Demonstrates how to match vault credentials against a verifier's request and build and submit a signed Verifiable Presentation (VP). View Example
3. Save Consent Record and Auto-Submit #
Shows how to persist a consent record after a successful share and how to use automatic consent to silently re-submit a VP for a previously approved verifier. View Example