@@ -5837,20 +5837,22 @@ <h3>Usage Patterns</h3>
5837
5837
5838
5838
< ul >
5839
5839
< li >
5840
- Using a globally-unique identifier as the [=subject=] for any given
5841
- [=credential=] and never re-use that [=credential=].
5840
+ The [=holder=] software providing a globally-unique identifier as the
5841
+ [=subject=] for any given [=verifiable credential=] and never reusing that
5842
+ [=verifiable credential=].
5842
5843
</ li >
5843
5844
< li >
5844
- If the [=credential =] supports revocation, using a globally-distributed
5845
- service for revocation.
5845
+ The [=issuer =] using a globally-distributed service for revocation such that
5846
+ it is not contacted when revocation checks are performed .
5846
5847
</ li >
5847
5848
< li >
5848
- Designing revocation APIs that do not depend on submitting the ID of the
5849
- [=credential=]. For example, use a revocation list instead of a query.
5849
+ Specification authors designing revocation mechanisms that do not depend on
5850
+ submitting a unique identifier for a [=verifiable credential=]. For example, by
5851
+ using a privacy-preserving revocation list instead of a query API.
5850
5852
</ li >
5851
5853
< li >
5852
- Avoiding the association of personally identifiable information with any
5853
- specific long-lived [=subject=] identifier.
5854
+ [=Issuers=] avoiding the association of personally identifiable information with
5855
+ any specific long-lived [=subject=] identifier.
5854
5856
</ li >
5855
5857
</ ul >
5856
5858
@@ -5876,8 +5878,9 @@ <h3>Usage Patterns</h3>
5876
5878
</ p >
5877
5879
5878
5880
< p >
5879
- Privacy risks of [=credential=] usage occur when unintended or unexpected
5880
- correlation arises from the presentation of [=credentials=].
5881
+ Privacy violations of [=verifiable credential=] usage occur when unintended or
5882
+ unexpected correlation arises from the presentation of those
5883
+ [=verifiable credentials=].
5881
5884
</ p >
5882
5885
</ section >
5883
5886
0 commit comments