You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A presentation request definition describes **what** the verifier asks for: a [DCQL](https://openid.net/specs/openid-4-verifiable-presentations-1_0.html) query (credential types, formats, claim paths) and optional `client_metadata`. Transport fields such as nonce, state, and response URI are added by `Oid4Vp`.
67
+
A presentation request definition describes **what** the verifier asks for: a [DCQL](https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#name-digital-credentials-query-l) query (credential types, formats, claim paths) and optional `client_metadata`. Transport fields such as nonce, state, and response URI are added by `Oid4Vp`.
64
68
65
69
Implement `PresentationRequestDefinition` and pass it to `generatePresentationRequest`:
66
70
@@ -74,7 +78,7 @@ PresentationRequestDefinition myDefinition = new PresentationRequestDefinition()
0 commit comments