Skip to content

Commit

Permalink
Change "credential provider" -> "credential manager".
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Feb 25, 2024
1 parent cd3dc63 commit e5f6084
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>
[=claims=] made by an [=issuer=] about one or more [=subjects=].
</dd>
<dt>
<dfn>Credential provider</dfn>
<dfn>Credential manager</dfn>
</dt>
<dd>
Software that provides a user interface for querying, selecting, and
Expand All @@ -100,7 +100,7 @@ <h2>
<dd>
A format that a [=verifier=] uses, via an [=digital credential/exchange
protocol=], to request a [=digital credential=] from a [=credential
provider=].
manager=].
</dd>
<dt>
<dfn>Presentation</dfn>
Expand All @@ -115,7 +115,7 @@ <h2>
</dt>
<dd>
A protocol used for exchanging a [=digital credential=] between a
[=credential provider=] and a [=verifier=]. See section
[=credential manager=] and a [=verifier=]. See section
[[[#protocol-registry]]].
</dd>
</dl>
Expand Down Expand Up @@ -180,25 +180,25 @@ <h2>
</h2>
<pre class="idl">
dictionary DigitalCredentialRequestOptions {
sequence&lt;IdentityRequestProvider&gt; providers;
sequence&lt;IdentityRequestProvider&gt; managers;
};
</pre>
<h3>
The `providers` member
The `managers` member
</h3>
<p>
The <dfn data-dfn-for="DigitalCredentialRequestOptions">providers</dfn>
The <dfn data-dfn-for="DigitalCredentialRequestOptions">managers</dfn>
specify an [=digital credential/exchange protocol=] and [=digital
credential/query=], which the user agent MAY match against a [=credential
provider=].
manager=].
</p>
<h2>
The `IdentityRequestProvider` dictionary
</h2>
<p>
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=].
the user agent MAY match against a [=credential manager=].
</p>
<pre class="idl">
dictionary IdentityRequestProvider {
Expand All @@ -225,7 +225,7 @@ <h3>
<p>
The <dfn data-dfn-for="IdentityRequestProvider">request</dfn> member is
the request to be handled by the user's selected [=credential
provider=].
manager=].
</p>
<h2>
The `DigitalCredential` interface
Expand Down

0 comments on commit e5f6084

Please sign in to comment.