From 6a58ee2401ff721d643ca2f55b2a5456c3408a14 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sun, 25 Feb 2024 17:56:31 -0500 Subject: [PATCH] Attempt to use `query` instead of `presentation request`. --- index.html | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 63229d0..bf962b0 100644 --- a/index.html +++ b/index.html @@ -95,19 +95,20 @@

that manages various [=example credential types|credential types=].
- Presentation request + query
- A format that a [=verifier=] uses, via an [=exchange protocol=], to - request a [=digital credential=] from a [=credential provider=]. + A format that a [=verifier=] uses, via an [=digital credential/exchange + protocol=], to request a [=digital credential=] from a [=credential + provider=].
Presentation
- A format that a [=credential repository=] uses, via an - [=exchange protocol=], to respond to a [=presentation request=] by - a [=verifier=]. + A format that a [=credential repository=] uses, via an [=digital + credential/exchange protocol=], to respond to a [=digital + credential/query=] by a [=verifier=].
Exchange protocol @@ -187,16 +188,17 @@

The providers - specify an [=exchange protocol=] and [=presentation request=], - which the user agent MAY match against a [=credential provider=]. + specify an [=digital credential/exchange protocol=] and [=digital + credential/query=], which the user agent MAY match against a [=credential + provider=].

The `IdentityRequestProvider` dictionary

- The {{IdentityRequestProvider}} dictionary is used to specify an - [=exchange protocol=] and a [=presentation request=], which the user agent - MAY match against a [=credential provider=]. + The {{IdentityRequestProvider}} dictionary is used to specify an [=digital + credential/exchange protocol=] and a [=digital credential/query=], which + the user agent MAY match against a [=credential provider=].

     dictionary IdentityRequestProvider {
@@ -209,7 +211,7 @@ 

The protocol member - denotes the [=exchange protocol=] when requesting an + denotes the [=digital credential/exchange protocol=] when requesting an identify credential.

@@ -244,7 +246,7 @@

The protocol member is the - [=exchange protocol=] that was used to request the + [=digital credential/exchange protocol=] that was used to request the [=digital credential=].

@@ -258,7 +260,7 @@

Registry of protocols for requesting digital credential

- The following is the registry of [=exchange protocols=] + The following is the registry of [=digital credential/exchange protocols=] that are supported by this specification.

@@ -273,11 +275,13 @@

- [=User agents=] MUST support the following [=exchange protocols=]: + [=User agents=] MUST support the following [=digital credential/exchange + protocols=]:

- Table of officially registered [=exchange protocols=]. + Table of officially registered [=digital credential/exchange + protocols=].