File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -525,13 +525,12 @@ Content-Length: <Length of BatchTokenResponse>
525
525
<Bytes containing the BatchTokenResponse>
526
526
~~~
527
527
528
- If the Issuer issues some tokens but not all, it MUST return an HTTP 206 to the
529
- client and continue processing further requests.
530
- For instance, an Issuer MAY return an HTTP 206 if all tokens do not refer to the
531
- same cryptographic material, such as `truncated_token_key_id` for token type
532
- 0x0001 or token type 0x0002.
528
+ If the Issuer issues some but not all tokens, it MUST return an HTTP 206 error
529
+ to the client and continue processing subsequent requests.
530
+ For instance, an Issuer MAY return an HTTP 206 error if requests for tokens of
531
+ the same token type refer to more than one `truncated_token_key_id`.
533
532
534
- If the Issuer does not issue any tokens, it MUST return an HTTP 400 to the
533
+ If the Issuer decides not to issue any tokens, it MUST return an HTTP 400 to the
535
534
client.
536
535
537
536
You can’t perform that action at this time.
0 commit comments