Get the picker view of a presentation.
The picker view shows the holder which credentials in their wallet can satisfy each requirement, which they have chosen to share, and the attributes that would be disclosed. On pending presentations, the view is computed live against the current wallet (the holder’s selection is refreshed if any chosen credential is no longer available). On approved/rejected presentations, a frozen snapshot of the persisted state is returned.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Picker view.
The picker view of a presentation: the verifier's ask (requirements), the wallet's matching credentials (availableCredentials), and the holder's choice (selectedCredentials) — all keyed by the same query id, with the disclosed attribute values resolved inline. Live while pending; a frozen snapshot once approved/rejected.

