Skip to content

Commit 823e4bf

Browse files
committed
Update MediaType.ARBITRARY_* media types to GENERIC_*
1 parent ed2342e commit 823e4bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/issuance.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export enum MediaType {
1313
PRIVATE_TOKEN_ISSUER_DIRECTORY = 'application/private-token-issuer-directory',
1414
PRIVATE_TOKEN_REQUEST = 'application/private-token-request',
1515
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',
16+
GENERIC_BATCHED_TOKEN_REQUEST = 'application/private-token-generic-batch-request',
17+
GENERIC_BATCHED_TOKEN_RESPONSE = 'application/private-token-generic-batch-response',
1818
}
1919

2020
// Issuer 'token-keys' object description'

0 commit comments

Comments
 (0)