ep_add_presentation
Present identity claims to an active handshake for policy evaluation. Choose full, selective, or zero-knowledge disclosure modes to verify identity proofs.
Instructions
Add an identity presentation (proof) to an active handshake. Each party presents their identity claims for evaluation against the handshake policy. Supports full, selective, or zero-knowledge disclosure modes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handshake_id | Yes | Handshake ID to present to | |
| party_role | Yes | Role of the presenting party | |
| presentation_type | Yes | Type: "verifiable_credential", "ep_trust_profile", "attestation" | |
| issuer_ref | No | Optional credential issuer reference | |
| claims | Yes | Identity claims being presented | |
| disclosure_mode | No | Disclosure mode: "full", "selective", "zk" |