diff --git a/index.html b/index.html index 27159af..f836a38 100644 --- a/index.html +++ b/index.html @@ -181,7 +181,7 @@
dictionary DigitalCredentialRequestOptions { - sequence<IdentityRequestProvider> providers; + sequence<DigitalCredentialsProvider> providers; };
- The {{IdentityRequestProvider}} dictionary is used to specify an + The {{DigitalCredentialsProvider}} dictionary is used to specify an [=digital credential/exchange protocol=] and a [=digital credential/query=], which the user agent MAY match against software used by a holder, such as a digital wallet.
- dictionary IdentityRequestProvider { + dictionary DigitalCredentialsProvider { required DOMString protocol; required object request; }; @@ -212,12 +212,12 @@The `protocol` member
- The protocol member + The protocol member denotes the [=digital credential/exchange protocol=] when requesting an identify credential.
- The {{IdentityRequestProvider/protocol}} member's value is be one of the + The {{DigitalCredentialsProvider/protocol}} member's value is be one of the well-defined keys defined in [[[#protocol-registry]]] or any other custom one.
@@ -225,7 +225,7 @@The `request` member
- The request member is + The request member is the request to be handled by the holder's software, such as a digital wallet.