@@ -222,7 +222,7 @@ The structure fields are defined as follows:
222
222
223
223
The Client then generates an HTTP POST request to send to the Issuer Request
224
224
URL, with the BatchTokenRequest as the content. The media type for this request
225
- is "application/private-token-privately-verifiable-batch-request". An example
225
+ MUST be "application/private-token-privately-verifiable-batch-request". An example
226
226
request for the Issuer Request URL "https://issuer.example.net/request" is shown
227
227
below.
228
228
@@ -324,7 +324,7 @@ The structure fields are defined as follows:
324
324
Scalar values, computed as `concat(SerializeScalar(proof[0]),
325
325
SerializeScalar(proof[1]))`, where Ns is as defined in {{OPRF, Section 4}}.
326
326
327
- The Issuer generates an HTTP response with status code 200 whose content
327
+ The Issuer MUST generate an HTTP response with status code 200 whose content
328
328
consists of TokenResponse, with the content type set as
329
329
" application/private-token-privately-verifiable-batch-response" .
330
330
@@ -456,7 +456,7 @@ The structure fields are defined as follows:
456
456
457
457
The Client then generates an HTTP POST request to send to the Issuer Request
458
458
URL, with the BatchTokenRequest as the content. The media type for this request
459
- is "application/private-token-arbitrary-batch-request". An example request for
459
+ MUST be "application/private-token-arbitrary-batch-request". An example request for
460
460
the Issuer Request URL "https://issuer.example.net/request" is shown below.
461
461
462
462
~~~
@@ -509,7 +509,7 @@ prefixed with two bytes. OptionalTokenResponse.token_response is a
509
509
length-prefix-encoded TokenResponse, where a length of 0 indicates that the
510
510
Issuer failed or refused to issue the associated TokenRequest.
511
511
512
- The Issuer generates an HTTP response with status code 200 whose content
512
+ The Issuer MUST generate an HTTP response with status code 200 whose content
513
513
consists of TokenResponse, with the content type set as
514
514
" application/private-token-arbitrary-batch-response" .
515
515
@@ -592,7 +592,7 @@ Type name:
592
592
593
593
Subtype name :
594
594
595
- : private-token-request
595
+ : private-token-privately-verifiable-batch- request
596
596
597
597
Required parameters :
598
598
@@ -620,7 +620,8 @@ Published specification:
620
620
621
621
Applications that use this media type :
622
622
623
- : Applications that want to issue or facilitate issuance of Privacy Pass tokens,
623
+ : Applications that want to issue or facilitate issuance of Privacy Pass
624
+ Batched Privately Verifiable tokens as defined in {{batched-private}},
624
625
including Privacy Pass issuer applications themselves.
625
626
626
627
Fragment identifier considerations :
@@ -665,7 +666,7 @@ Type name:
665
666
666
667
Subtype name :
667
668
668
- : private-token-response
669
+ : private-token-privately-verifiable-batch- response
669
670
670
671
Required parameters :
671
672
@@ -693,7 +694,8 @@ Published specification:
693
694
694
695
Applications that use this media type :
695
696
696
- : Applications that want to issue or facilitate issuance of Privacy Pass tokens,
697
+ : Applications that want to issue or facilitate issuance of Privacy Pass
698
+ Batched Privately Verifiable tokens as defined in {{batched-private}},
697
699
including Privacy Pass issuer applications themselves.
698
700
699
701
Fragment identifier considerations :
@@ -738,7 +740,7 @@ Type name:
738
740
739
741
Subtype name :
740
742
741
- : private-token-request
743
+ : private-token-arbitrary-batch- request
742
744
743
745
Required parameters :
744
746
@@ -766,7 +768,8 @@ Published specification:
766
768
767
769
Applications that use this media type :
768
770
769
- : Applications that want to issue or facilitate issuance of Privacy Pass tokens,
771
+ : Applications that want to issue or facilitate issuance of Privacy Pass
772
+ Arbitrary Batched tokens as defined in {{batched-arbitrary}},
770
773
including Privacy Pass issuer applications themselves.
771
774
772
775
Fragment identifier considerations :
@@ -811,7 +814,7 @@ Type name:
811
814
812
815
Subtype name :
813
816
814
- : private-token-response
817
+ : private-token-arbitrary-batch- response
815
818
816
819
Required parameters :
817
820
@@ -839,7 +842,8 @@ Published specification:
839
842
840
843
Applications that use this media type :
841
844
842
- : Applications that want to issue or facilitate issuance of Privacy Pass tokens,
845
+ : Applications that want to issue or facilitate issuance of Privacy Pass
846
+ Arbitrary Batched tokens as defined in {{batched-arbitrary}},
843
847
including Privacy Pass issuer applications themselves.
844
848
845
849
Fragment identifier considerations :
0 commit comments