There was an error while loading. Please reload this page.
2 parents cfebf07 + 823e4bf commit 84ae5c7Copy full SHA for 84ae5c7
1 file changed
src/issuance.ts
@@ -13,8 +13,8 @@ export enum MediaType {
13
PRIVATE_TOKEN_ISSUER_DIRECTORY = 'application/private-token-issuer-directory',
14
PRIVATE_TOKEN_REQUEST = 'application/private-token-request',
15
PRIVATE_TOKEN_RESPONSE = 'application/private-token-response',
16
- ARBITRARY_BATCHED_TOKEN_REQUEST = 'application/private-token-generic-batch-request',
17
- ARBITRARY_BATCHED_TOKEN_RESPONSE = 'application/private-token-generic-batch-response',
+ GENERIC_BATCHED_TOKEN_REQUEST = 'application/private-token-generic-batch-request',
+ GENERIC_BATCHED_TOKEN_RESPONSE = 'application/private-token-generic-batch-response',
18
}
19
20
// Issuer 'token-keys' object description'
0 commit comments