Wallet interaction
For wallet agents, handle interactions with issuers and verifiers.
When the holder scans the QR code offered by an issuer or a verifier, the handle invitation endpoint takes the encoded url and returns the interaction ID along with either the credential being offered or the proof being requested.
The holder then makes the choice to accept or reject the exchange.
📄️ Handle invitation
<strong>Permissions:</strong> <code>INTERACTION_ISSUANCE</code> <code>INTERACTION_PROOF</code>
📄️ Accept issuance
<strong>Permissions:</strong> <code>INTERACTION_ISSUANCE</code>
📄️ Reject issuance
<strong>Permissions:</strong> <code>INTERACTION_ISSUANCE</code>
📄️ Reject presentation
<strong>Permissions:</strong> <code>INTERACTION_PROOF</code>
📄️ Submit presentation
<strong>Permissions:</strong> <code>INTERACTION_PROOF</code>
📄️ Submit presentation
<strong>Permissions:</strong> <code>INTERACTION_PROOF</code>
📄️ Propose a proof
<strong>Permissions:</strong> <code>INTERACTION_PROOF</code>
📄️ Initiate OID4VCI issuance
<strong>Permissions:</strong> <code>INTERACTION_ISSUANCE</code>
📄️ Continue OID4VCI issuance
<strong>Permissions:</strong> <code>INTERACTION_ISSUANCE</code>