@atproto/oauth-provider 0.2.5 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/account/account-store.js +3 -3
  3. package/dist/account/account-store.js.map +1 -1
  4. package/dist/assets/app/bundle-manifest.json +2 -2
  5. package/dist/assets/app/main.js +3 -3
  6. package/dist/assets/app/main.js.map +1 -1
  7. package/dist/assets/asset.d.ts +0 -1
  8. package/dist/assets/asset.d.ts.map +1 -1
  9. package/dist/assets/assets-middleware.js +2 -3
  10. package/dist/assets/assets-middleware.js.map +1 -1
  11. package/dist/assets/index.js +2 -2
  12. package/dist/assets/index.js.map +1 -1
  13. package/dist/client/client-auth.js +2 -3
  14. package/dist/client/client-auth.js.map +1 -1
  15. package/dist/client/client-manager.d.ts +1 -1
  16. package/dist/client/client-manager.d.ts.map +1 -1
  17. package/dist/client/client-manager.js +3 -4
  18. package/dist/client/client-manager.js.map +1 -1
  19. package/dist/client/client-store.js +3 -4
  20. package/dist/client/client-store.js.map +1 -1
  21. package/dist/client/client-utils.d.ts +0 -1
  22. package/dist/client/client-utils.d.ts.map +1 -1
  23. package/dist/client/client-utils.js +2 -3
  24. package/dist/client/client-utils.js.map +1 -1
  25. package/dist/device/device-details.d.ts +0 -1
  26. package/dist/device/device-details.d.ts.map +1 -1
  27. package/dist/device/device-details.js +3 -3
  28. package/dist/device/device-details.js.map +1 -1
  29. package/dist/device/device-id.d.ts.map +1 -1
  30. package/dist/device/device-manager.d.ts +1 -2
  31. package/dist/device/device-manager.d.ts.map +1 -1
  32. package/dist/device/device-store.js +2 -3
  33. package/dist/device/device-store.js.map +1 -1
  34. package/dist/device/session-id.d.ts.map +1 -1
  35. package/dist/dpop/dpop-manager.d.ts +0 -1
  36. package/dist/dpop/dpop-manager.d.ts.map +1 -1
  37. package/dist/lib/html/build-document.d.ts +0 -1
  38. package/dist/lib/html/build-document.d.ts.map +1 -1
  39. package/dist/lib/html/escapers.js +4 -5
  40. package/dist/lib/html/escapers.js.map +1 -1
  41. package/dist/lib/html/util.js +2 -3
  42. package/dist/lib/html/util.js.map +1 -1
  43. package/dist/lib/http/accept.d.ts +1 -1
  44. package/dist/lib/http/accept.d.ts.map +1 -1
  45. package/dist/lib/http/accept.js +2 -2
  46. package/dist/lib/http/accept.js.map +1 -1
  47. package/dist/lib/http/context.js +1 -2
  48. package/dist/lib/http/context.js.map +1 -1
  49. package/dist/lib/http/method.d.ts +0 -1
  50. package/dist/lib/http/method.d.ts.map +1 -1
  51. package/dist/lib/http/method.js +1 -2
  52. package/dist/lib/http/method.js.map +1 -1
  53. package/dist/lib/http/middleware.d.ts +0 -1
  54. package/dist/lib/http/middleware.d.ts.map +1 -1
  55. package/dist/lib/http/middleware.js +5 -6
  56. package/dist/lib/http/middleware.js.map +1 -1
  57. package/dist/lib/http/parser.d.ts +2 -5
  58. package/dist/lib/http/parser.d.ts.map +1 -1
  59. package/dist/lib/http/parser.js +2 -2
  60. package/dist/lib/http/parser.js.map +1 -1
  61. package/dist/lib/http/path.js +1 -2
  62. package/dist/lib/http/path.js.map +1 -1
  63. package/dist/lib/http/request.d.ts +0 -1
  64. package/dist/lib/http/request.d.ts.map +1 -1
  65. package/dist/lib/http/request.js +9 -10
  66. package/dist/lib/http/request.js.map +1 -1
  67. package/dist/lib/http/response.d.ts +9 -8
  68. package/dist/lib/http/response.d.ts.map +1 -1
  69. package/dist/lib/http/response.js +24 -66
  70. package/dist/lib/http/response.js.map +1 -1
  71. package/dist/lib/http/route.d.ts +0 -1
  72. package/dist/lib/http/route.d.ts.map +1 -1
  73. package/dist/lib/http/route.js +1 -2
  74. package/dist/lib/http/route.js.map +1 -1
  75. package/dist/lib/http/router.d.ts +2 -4
  76. package/dist/lib/http/router.d.ts.map +1 -1
  77. package/dist/lib/http/stream.d.ts +2 -7
  78. package/dist/lib/http/stream.d.ts.map +1 -1
  79. package/dist/lib/http/stream.js +5 -5
  80. package/dist/lib/http/stream.js.map +1 -1
  81. package/dist/lib/http/types.d.ts +0 -1
  82. package/dist/lib/http/types.d.ts.map +1 -1
  83. package/dist/lib/http/url.d.ts +0 -1
  84. package/dist/lib/http/url.d.ts.map +1 -1
  85. package/dist/lib/http/url.js +1 -2
  86. package/dist/lib/http/url.js.map +1 -1
  87. package/dist/lib/redis.d.ts.map +1 -1
  88. package/dist/lib/redis.js +7 -6
  89. package/dist/lib/redis.js.map +1 -1
  90. package/dist/lib/util/cast.js +1 -2
  91. package/dist/lib/util/cast.js.map +1 -1
  92. package/dist/lib/util/crypto.js +2 -2
  93. package/dist/lib/util/crypto.js.map +1 -1
  94. package/dist/lib/util/date.js +2 -3
  95. package/dist/lib/util/date.js.map +1 -1
  96. package/dist/lib/util/hostname.d.ts +0 -1
  97. package/dist/lib/util/hostname.d.ts.map +1 -1
  98. package/dist/lib/util/hostname.js +4 -5
  99. package/dist/lib/util/hostname.js.map +1 -1
  100. package/dist/lib/util/redirect-uri.js +1 -2
  101. package/dist/lib/util/redirect-uri.js.map +1 -1
  102. package/dist/lib/util/time.js +1 -2
  103. package/dist/lib/util/time.js.map +1 -1
  104. package/dist/lib/util/well-known.d.ts +0 -1
  105. package/dist/lib/util/well-known.d.ts.map +1 -1
  106. package/dist/lib/util/well-known.js +1 -2
  107. package/dist/lib/util/well-known.js.map +1 -1
  108. package/dist/metadata/build-metadata.d.ts.map +1 -1
  109. package/dist/metadata/build-metadata.js +4 -4
  110. package/dist/metadata/build-metadata.js.map +1 -1
  111. package/dist/oauth-provider.d.ts +1 -2
  112. package/dist/oauth-provider.d.ts.map +1 -1
  113. package/dist/oauth-provider.js +19 -9
  114. package/dist/oauth-provider.js.map +1 -1
  115. package/dist/oauth-verifier.d.ts +1 -2
  116. package/dist/oauth-verifier.d.ts.map +1 -1
  117. package/dist/output/build-authorize-data.js +1 -2
  118. package/dist/output/build-authorize-data.js.map +1 -1
  119. package/dist/output/build-error-payload.js +2 -3
  120. package/dist/output/build-error-payload.js.map +1 -1
  121. package/dist/output/customization.d.ts +1 -1
  122. package/dist/output/customization.d.ts.map +1 -1
  123. package/dist/output/customization.js +3 -4
  124. package/dist/output/customization.js.map +1 -1
  125. package/dist/output/output-manager.d.ts +0 -1
  126. package/dist/output/output-manager.d.ts.map +1 -1
  127. package/dist/output/send-authorize-redirect.d.ts +0 -1
  128. package/dist/output/send-authorize-redirect.d.ts.map +1 -1
  129. package/dist/output/send-authorize-redirect.js +1 -2
  130. package/dist/output/send-authorize-redirect.js.map +1 -1
  131. package/dist/output/send-web-page.d.ts +3 -4
  132. package/dist/output/send-web-page.d.ts.map +1 -1
  133. package/dist/output/send-web-page.js +4 -5
  134. package/dist/output/send-web-page.js.map +1 -1
  135. package/dist/replay/replay-store-redis.d.ts +1 -1
  136. package/dist/replay/replay-store-redis.d.ts.map +1 -1
  137. package/dist/replay/replay-store.js +3 -4
  138. package/dist/replay/replay-store.js.map +1 -1
  139. package/dist/request/code.d.ts +1 -1
  140. package/dist/request/code.d.ts.map +1 -1
  141. package/dist/request/request-data.d.ts.map +1 -1
  142. package/dist/request/request-id.d.ts.map +1 -1
  143. package/dist/request/request-manager.d.ts.map +1 -1
  144. package/dist/request/request-manager.js +2 -1
  145. package/dist/request/request-manager.js.map +1 -1
  146. package/dist/request/request-store-redis.d.ts +1 -1
  147. package/dist/request/request-store-redis.d.ts.map +1 -1
  148. package/dist/request/request-store-redis.js.map +1 -1
  149. package/dist/request/request-store.js +2 -3
  150. package/dist/request/request-store.js.map +1 -1
  151. package/dist/request/request-uri.js +3 -3
  152. package/dist/request/request-uri.js.map +1 -1
  153. package/dist/signer/signed-token-payload.d.ts +90 -90
  154. package/dist/signer/signed-token-payload.d.ts.map +1 -1
  155. package/dist/signer/signer.d.ts +6 -6
  156. package/dist/signer/signer.d.ts.map +1 -1
  157. package/dist/token/refresh-token.d.ts +1 -1
  158. package/dist/token/refresh-token.d.ts.map +1 -1
  159. package/dist/token/token-claims.d.ts +90 -90
  160. package/dist/token/token-claims.d.ts.map +1 -1
  161. package/dist/token/token-id.d.ts +1 -1
  162. package/dist/token/token-id.d.ts.map +1 -1
  163. package/dist/token/token-store.js +2 -3
  164. package/dist/token/token-store.js.map +1 -1
  165. package/dist/token/verify-token-claims.js +1 -2
  166. package/dist/token/verify-token-claims.js.map +1 -1
  167. package/package.json +3 -7
  168. package/src/assets/assets-middleware.ts +1 -1
  169. package/src/client/client-manager.ts +3 -3
  170. package/src/lib/http/accept.ts +1 -0
  171. package/src/lib/http/middleware.ts +1 -1
  172. package/src/lib/http/response.ts +37 -78
  173. package/src/lib/http/stream.ts +4 -2
  174. package/src/lib/redis.ts +5 -3
  175. package/src/metadata/build-metadata.ts +6 -3
  176. package/src/oauth-provider.ts +19 -11
  177. package/src/oauth-verifier.ts +1 -1
  178. package/src/output/send-web-page.ts +5 -3
  179. package/src/replay/replay-store-redis.ts +1 -1
  180. package/src/request/request-manager.ts +4 -1
  181. package/src/request/request-store-redis.ts +2 -1
  182. package/tsconfig.backend.tsbuildinfo +1 -0
  183. package/tsconfig.frontend.tsbuildinfo +1 -0
  184. package/tsconfig.tools.tsbuildinfo +1 -0
@@ -98,7 +98,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
98
98
  key_ops: z.ZodOptional<z.ZodArray<z.ZodEnum<["sign", "verify", "encrypt", "decrypt", "wrapKey", "unwrapKey", "deriveKey", "deriveBits"]>, "many">>;
99
99
  x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
100
100
  x5t: z.ZodOptional<z.ZodString>;
101
- 'x5t#S256': z.ZodOptional<z.ZodString>;
101
+ "x5t#S256": z.ZodOptional<z.ZodString>;
102
102
  x5u: z.ZodOptional<z.ZodString>;
103
103
  }, {
104
104
  kty: z.ZodEffects<z.ZodString, string, string>;
@@ -111,7 +111,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
111
111
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
112
112
  x5c?: string[] | undefined;
113
113
  x5t?: string | undefined;
114
- 'x5t#S256'?: string | undefined;
114
+ "x5t#S256"?: string | undefined;
115
115
  x5u?: string | undefined;
116
116
  }, {
117
117
  kty: string;
@@ -122,7 +122,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
122
122
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
123
123
  x5c?: string[] | undefined;
124
124
  x5t?: string | undefined;
125
- 'x5t#S256'?: string | undefined;
125
+ "x5t#S256"?: string | undefined;
126
126
  x5u?: string | undefined;
127
127
  }>, z.ZodObject<z.objectUtil.extendShape<{
128
128
  kty: z.ZodString;
@@ -133,7 +133,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
133
133
  key_ops: z.ZodOptional<z.ZodArray<z.ZodEnum<["sign", "verify", "encrypt", "decrypt", "wrapKey", "unwrapKey", "deriveKey", "deriveBits"]>, "many">>;
134
134
  x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
135
135
  x5t: z.ZodOptional<z.ZodString>;
136
- 'x5t#S256': z.ZodOptional<z.ZodString>;
136
+ "x5t#S256": z.ZodOptional<z.ZodString>;
137
137
  x5u: z.ZodOptional<z.ZodString>;
138
138
  }, {
139
139
  kty: z.ZodLiteral<"RSA">;
@@ -170,7 +170,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
170
170
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
171
171
  x5c?: string[] | undefined;
172
172
  x5t?: string | undefined;
173
- 'x5t#S256'?: string | undefined;
173
+ "x5t#S256"?: string | undefined;
174
174
  x5u?: string | undefined;
175
175
  d?: string | undefined;
176
176
  p?: string | undefined;
@@ -198,7 +198,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
198
198
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
199
199
  x5c?: string[] | undefined;
200
200
  x5t?: string | undefined;
201
- 'x5t#S256'?: string | undefined;
201
+ "x5t#S256"?: string | undefined;
202
202
  x5u?: string | undefined;
203
203
  d?: string | undefined;
204
204
  p?: string | undefined;
@@ -224,7 +224,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
224
224
  key_ops: z.ZodOptional<z.ZodArray<z.ZodEnum<["sign", "verify", "encrypt", "decrypt", "wrapKey", "unwrapKey", "deriveKey", "deriveBits"]>, "many">>;
225
225
  x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
226
226
  x5t: z.ZodOptional<z.ZodString>;
227
- 'x5t#S256': z.ZodOptional<z.ZodString>;
227
+ "x5t#S256": z.ZodOptional<z.ZodString>;
228
228
  x5u: z.ZodOptional<z.ZodString>;
229
229
  }, {
230
230
  kty: z.ZodLiteral<"EC">;
@@ -245,7 +245,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
245
245
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
246
246
  x5c?: string[] | undefined;
247
247
  x5t?: string | undefined;
248
- 'x5t#S256'?: string | undefined;
248
+ "x5t#S256"?: string | undefined;
249
249
  x5u?: string | undefined;
250
250
  d?: string | undefined;
251
251
  }, {
@@ -260,7 +260,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
260
260
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
261
261
  x5c?: string[] | undefined;
262
262
  x5t?: string | undefined;
263
- 'x5t#S256'?: string | undefined;
263
+ "x5t#S256"?: string | undefined;
264
264
  x5u?: string | undefined;
265
265
  d?: string | undefined;
266
266
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -272,7 +272,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
272
272
  key_ops: z.ZodOptional<z.ZodArray<z.ZodEnum<["sign", "verify", "encrypt", "decrypt", "wrapKey", "unwrapKey", "deriveKey", "deriveBits"]>, "many">>;
273
273
  x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
274
274
  x5t: z.ZodOptional<z.ZodString>;
275
- 'x5t#S256': z.ZodOptional<z.ZodString>;
275
+ "x5t#S256": z.ZodOptional<z.ZodString>;
276
276
  x5u: z.ZodOptional<z.ZodString>;
277
277
  }, {
278
278
  kty: z.ZodLiteral<"EC">;
@@ -293,7 +293,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
293
293
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
294
294
  x5c?: string[] | undefined;
295
295
  x5t?: string | undefined;
296
- 'x5t#S256'?: string | undefined;
296
+ "x5t#S256"?: string | undefined;
297
297
  x5u?: string | undefined;
298
298
  d?: string | undefined;
299
299
  }, {
@@ -308,7 +308,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
308
308
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
309
309
  x5c?: string[] | undefined;
310
310
  x5t?: string | undefined;
311
- 'x5t#S256'?: string | undefined;
311
+ "x5t#S256"?: string | undefined;
312
312
  x5u?: string | undefined;
313
313
  d?: string | undefined;
314
314
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -320,7 +320,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
320
320
  key_ops: z.ZodOptional<z.ZodArray<z.ZodEnum<["sign", "verify", "encrypt", "decrypt", "wrapKey", "unwrapKey", "deriveKey", "deriveBits"]>, "many">>;
321
321
  x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
322
322
  x5t: z.ZodOptional<z.ZodString>;
323
- 'x5t#S256': z.ZodOptional<z.ZodString>;
323
+ "x5t#S256": z.ZodOptional<z.ZodString>;
324
324
  x5u: z.ZodOptional<z.ZodString>;
325
325
  }, {
326
326
  kty: z.ZodLiteral<"OKP">;
@@ -339,7 +339,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
339
339
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
340
340
  x5c?: string[] | undefined;
341
341
  x5t?: string | undefined;
342
- 'x5t#S256'?: string | undefined;
342
+ "x5t#S256"?: string | undefined;
343
343
  x5u?: string | undefined;
344
344
  d?: string | undefined;
345
345
  }, {
@@ -353,7 +353,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
353
353
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
354
354
  x5c?: string[] | undefined;
355
355
  x5t?: string | undefined;
356
- 'x5t#S256'?: string | undefined;
356
+ "x5t#S256"?: string | undefined;
357
357
  x5u?: string | undefined;
358
358
  d?: string | undefined;
359
359
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -365,7 +365,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
365
365
  key_ops: z.ZodOptional<z.ZodArray<z.ZodEnum<["sign", "verify", "encrypt", "decrypt", "wrapKey", "unwrapKey", "deriveKey", "deriveBits"]>, "many">>;
366
366
  x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
367
367
  x5t: z.ZodOptional<z.ZodString>;
368
- 'x5t#S256': z.ZodOptional<z.ZodString>;
368
+ "x5t#S256": z.ZodOptional<z.ZodString>;
369
369
  x5u: z.ZodOptional<z.ZodString>;
370
370
  }, {
371
371
  kty: z.ZodLiteral<"oct">;
@@ -381,7 +381,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
381
381
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
382
382
  x5c?: string[] | undefined;
383
383
  x5t?: string | undefined;
384
- 'x5t#S256'?: string | undefined;
384
+ "x5t#S256"?: string | undefined;
385
385
  x5u?: string | undefined;
386
386
  }, {
387
387
  kty: "oct";
@@ -393,7 +393,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
393
393
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
394
394
  x5c?: string[] | undefined;
395
395
  x5t?: string | undefined;
396
- 'x5t#S256'?: string | undefined;
396
+ "x5t#S256"?: string | undefined;
397
397
  x5u?: string | undefined;
398
398
  }>]>, {
399
399
  kty: "RSA";
@@ -406,7 +406,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
406
406
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
407
407
  x5c?: string[] | undefined;
408
408
  x5t?: string | undefined;
409
- 'x5t#S256'?: string | undefined;
409
+ "x5t#S256"?: string | undefined;
410
410
  x5u?: string | undefined;
411
411
  d?: string | undefined;
412
412
  p?: string | undefined;
@@ -435,7 +435,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
435
435
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
436
436
  x5c?: string[] | undefined;
437
437
  x5t?: string | undefined;
438
- 'x5t#S256'?: string | undefined;
438
+ "x5t#S256"?: string | undefined;
439
439
  x5u?: string | undefined;
440
440
  d?: string | undefined;
441
441
  } | {
@@ -450,7 +450,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
450
450
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
451
451
  x5c?: string[] | undefined;
452
452
  x5t?: string | undefined;
453
- 'x5t#S256'?: string | undefined;
453
+ "x5t#S256"?: string | undefined;
454
454
  x5u?: string | undefined;
455
455
  d?: string | undefined;
456
456
  } | {
@@ -464,7 +464,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
464
464
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
465
465
  x5c?: string[] | undefined;
466
466
  x5t?: string | undefined;
467
- 'x5t#S256'?: string | undefined;
467
+ "x5t#S256"?: string | undefined;
468
468
  x5u?: string | undefined;
469
469
  d?: string | undefined;
470
470
  } | {
@@ -477,7 +477,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
477
477
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
478
478
  x5c?: string[] | undefined;
479
479
  x5t?: string | undefined;
480
- 'x5t#S256'?: string | undefined;
480
+ "x5t#S256"?: string | undefined;
481
481
  x5u?: string | undefined;
482
482
  } | {
483
483
  kty: string;
@@ -488,7 +488,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
488
488
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
489
489
  x5c?: string[] | undefined;
490
490
  x5t?: string | undefined;
491
- 'x5t#S256'?: string | undefined;
491
+ "x5t#S256"?: string | undefined;
492
492
  x5u?: string | undefined;
493
493
  }, {
494
494
  kty: "RSA";
@@ -501,7 +501,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
501
501
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
502
502
  x5c?: string[] | undefined;
503
503
  x5t?: string | undefined;
504
- 'x5t#S256'?: string | undefined;
504
+ "x5t#S256"?: string | undefined;
505
505
  x5u?: string | undefined;
506
506
  d?: string | undefined;
507
507
  p?: string | undefined;
@@ -530,7 +530,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
530
530
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
531
531
  x5c?: string[] | undefined;
532
532
  x5t?: string | undefined;
533
- 'x5t#S256'?: string | undefined;
533
+ "x5t#S256"?: string | undefined;
534
534
  x5u?: string | undefined;
535
535
  d?: string | undefined;
536
536
  } | {
@@ -545,7 +545,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
545
545
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
546
546
  x5c?: string[] | undefined;
547
547
  x5t?: string | undefined;
548
- 'x5t#S256'?: string | undefined;
548
+ "x5t#S256"?: string | undefined;
549
549
  x5u?: string | undefined;
550
550
  d?: string | undefined;
551
551
  } | {
@@ -559,7 +559,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
559
559
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
560
560
  x5c?: string[] | undefined;
561
561
  x5t?: string | undefined;
562
- 'x5t#S256'?: string | undefined;
562
+ "x5t#S256"?: string | undefined;
563
563
  x5u?: string | undefined;
564
564
  d?: string | undefined;
565
565
  } | {
@@ -572,7 +572,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
572
572
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
573
573
  x5c?: string[] | undefined;
574
574
  x5t?: string | undefined;
575
- 'x5t#S256'?: string | undefined;
575
+ "x5t#S256"?: string | undefined;
576
576
  x5u?: string | undefined;
577
577
  } | {
578
578
  kty: string;
@@ -583,7 +583,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
583
583
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
584
584
  x5c?: string[] | undefined;
585
585
  x5t?: string | undefined;
586
- 'x5t#S256'?: string | undefined;
586
+ "x5t#S256"?: string | undefined;
587
587
  x5u?: string | undefined;
588
588
  }>, {
589
589
  kty: "RSA";
@@ -596,7 +596,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
596
596
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
597
597
  x5c?: string[] | undefined;
598
598
  x5t?: string | undefined;
599
- 'x5t#S256'?: string | undefined;
599
+ "x5t#S256"?: string | undefined;
600
600
  x5u?: string | undefined;
601
601
  d?: string | undefined;
602
602
  p?: string | undefined;
@@ -625,7 +625,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
625
625
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
626
626
  x5c?: string[] | undefined;
627
627
  x5t?: string | undefined;
628
- 'x5t#S256'?: string | undefined;
628
+ "x5t#S256"?: string | undefined;
629
629
  x5u?: string | undefined;
630
630
  d?: string | undefined;
631
631
  } | {
@@ -640,7 +640,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
640
640
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
641
641
  x5c?: string[] | undefined;
642
642
  x5t?: string | undefined;
643
- 'x5t#S256'?: string | undefined;
643
+ "x5t#S256"?: string | undefined;
644
644
  x5u?: string | undefined;
645
645
  d?: string | undefined;
646
646
  } | {
@@ -654,7 +654,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
654
654
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
655
655
  x5c?: string[] | undefined;
656
656
  x5t?: string | undefined;
657
- 'x5t#S256'?: string | undefined;
657
+ "x5t#S256"?: string | undefined;
658
658
  x5u?: string | undefined;
659
659
  d?: string | undefined;
660
660
  } | {
@@ -667,7 +667,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
667
667
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
668
668
  x5c?: string[] | undefined;
669
669
  x5t?: string | undefined;
670
- 'x5t#S256'?: string | undefined;
670
+ "x5t#S256"?: string | undefined;
671
671
  x5u?: string | undefined;
672
672
  } | {
673
673
  kty: string;
@@ -678,7 +678,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
678
678
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
679
679
  x5c?: string[] | undefined;
680
680
  x5t?: string | undefined;
681
- 'x5t#S256'?: string | undefined;
681
+ "x5t#S256"?: string | undefined;
682
682
  x5u?: string | undefined;
683
683
  }, {
684
684
  kty: "RSA";
@@ -691,7 +691,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
691
691
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
692
692
  x5c?: string[] | undefined;
693
693
  x5t?: string | undefined;
694
- 'x5t#S256'?: string | undefined;
694
+ "x5t#S256"?: string | undefined;
695
695
  x5u?: string | undefined;
696
696
  d?: string | undefined;
697
697
  p?: string | undefined;
@@ -720,7 +720,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
720
720
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
721
721
  x5c?: string[] | undefined;
722
722
  x5t?: string | undefined;
723
- 'x5t#S256'?: string | undefined;
723
+ "x5t#S256"?: string | undefined;
724
724
  x5u?: string | undefined;
725
725
  d?: string | undefined;
726
726
  } | {
@@ -735,7 +735,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
735
735
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
736
736
  x5c?: string[] | undefined;
737
737
  x5t?: string | undefined;
738
- 'x5t#S256'?: string | undefined;
738
+ "x5t#S256"?: string | undefined;
739
739
  x5u?: string | undefined;
740
740
  d?: string | undefined;
741
741
  } | {
@@ -749,7 +749,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
749
749
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
750
750
  x5c?: string[] | undefined;
751
751
  x5t?: string | undefined;
752
- 'x5t#S256'?: string | undefined;
752
+ "x5t#S256"?: string | undefined;
753
753
  x5u?: string | undefined;
754
754
  d?: string | undefined;
755
755
  } | {
@@ -762,7 +762,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
762
762
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
763
763
  x5c?: string[] | undefined;
764
764
  x5t?: string | undefined;
765
- 'x5t#S256'?: string | undefined;
765
+ "x5t#S256"?: string | undefined;
766
766
  x5u?: string | undefined;
767
767
  } | {
768
768
  kty: string;
@@ -773,7 +773,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
773
773
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
774
774
  x5c?: string[] | undefined;
775
775
  x5t?: string | undefined;
776
- 'x5t#S256'?: string | undefined;
776
+ "x5t#S256"?: string | undefined;
777
777
  x5u?: string | undefined;
778
778
  }>, {
779
779
  kty: "RSA";
@@ -786,7 +786,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
786
786
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
787
787
  x5c?: string[] | undefined;
788
788
  x5t?: string | undefined;
789
- 'x5t#S256'?: string | undefined;
789
+ "x5t#S256"?: string | undefined;
790
790
  x5u?: string | undefined;
791
791
  d?: string | undefined;
792
792
  p?: string | undefined;
@@ -815,7 +815,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
815
815
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
816
816
  x5c?: string[] | undefined;
817
817
  x5t?: string | undefined;
818
- 'x5t#S256'?: string | undefined;
818
+ "x5t#S256"?: string | undefined;
819
819
  x5u?: string | undefined;
820
820
  d?: string | undefined;
821
821
  } | {
@@ -830,7 +830,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
830
830
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
831
831
  x5c?: string[] | undefined;
832
832
  x5t?: string | undefined;
833
- 'x5t#S256'?: string | undefined;
833
+ "x5t#S256"?: string | undefined;
834
834
  x5u?: string | undefined;
835
835
  d?: string | undefined;
836
836
  } | {
@@ -844,7 +844,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
844
844
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
845
845
  x5c?: string[] | undefined;
846
846
  x5t?: string | undefined;
847
- 'x5t#S256'?: string | undefined;
847
+ "x5t#S256"?: string | undefined;
848
848
  x5u?: string | undefined;
849
849
  d?: string | undefined;
850
850
  } | {
@@ -857,7 +857,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
857
857
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
858
858
  x5c?: string[] | undefined;
859
859
  x5t?: string | undefined;
860
- 'x5t#S256'?: string | undefined;
860
+ "x5t#S256"?: string | undefined;
861
861
  x5u?: string | undefined;
862
862
  } | {
863
863
  kty: string;
@@ -868,7 +868,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
868
868
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
869
869
  x5c?: string[] | undefined;
870
870
  x5t?: string | undefined;
871
- 'x5t#S256'?: string | undefined;
871
+ "x5t#S256"?: string | undefined;
872
872
  x5u?: string | undefined;
873
873
  }, {
874
874
  kty: "RSA";
@@ -881,7 +881,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
881
881
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
882
882
  x5c?: string[] | undefined;
883
883
  x5t?: string | undefined;
884
- 'x5t#S256'?: string | undefined;
884
+ "x5t#S256"?: string | undefined;
885
885
  x5u?: string | undefined;
886
886
  d?: string | undefined;
887
887
  p?: string | undefined;
@@ -910,7 +910,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
910
910
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
911
911
  x5c?: string[] | undefined;
912
912
  x5t?: string | undefined;
913
- 'x5t#S256'?: string | undefined;
913
+ "x5t#S256"?: string | undefined;
914
914
  x5u?: string | undefined;
915
915
  d?: string | undefined;
916
916
  } | {
@@ -925,7 +925,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
925
925
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
926
926
  x5c?: string[] | undefined;
927
927
  x5t?: string | undefined;
928
- 'x5t#S256'?: string | undefined;
928
+ "x5t#S256"?: string | undefined;
929
929
  x5u?: string | undefined;
930
930
  d?: string | undefined;
931
931
  } | {
@@ -939,7 +939,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
939
939
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
940
940
  x5c?: string[] | undefined;
941
941
  x5t?: string | undefined;
942
- 'x5t#S256'?: string | undefined;
942
+ "x5t#S256"?: string | undefined;
943
943
  x5u?: string | undefined;
944
944
  d?: string | undefined;
945
945
  } | {
@@ -952,7 +952,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
952
952
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
953
953
  x5c?: string[] | undefined;
954
954
  x5t?: string | undefined;
955
- 'x5t#S256'?: string | undefined;
955
+ "x5t#S256"?: string | undefined;
956
956
  x5u?: string | undefined;
957
957
  } | {
958
958
  kty: string;
@@ -963,7 +963,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
963
963
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
964
964
  x5c?: string[] | undefined;
965
965
  x5t?: string | undefined;
966
- 'x5t#S256'?: string | undefined;
966
+ "x5t#S256"?: string | undefined;
967
967
  x5u?: string | undefined;
968
968
  }>, {
969
969
  kty: "RSA";
@@ -976,7 +976,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
976
976
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
977
977
  x5c?: string[] | undefined;
978
978
  x5t?: string | undefined;
979
- 'x5t#S256'?: string | undefined;
979
+ "x5t#S256"?: string | undefined;
980
980
  x5u?: string | undefined;
981
981
  d?: string | undefined;
982
982
  p?: string | undefined;
@@ -1005,7 +1005,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1005
1005
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1006
1006
  x5c?: string[] | undefined;
1007
1007
  x5t?: string | undefined;
1008
- 'x5t#S256'?: string | undefined;
1008
+ "x5t#S256"?: string | undefined;
1009
1009
  x5u?: string | undefined;
1010
1010
  d?: string | undefined;
1011
1011
  } | {
@@ -1020,7 +1020,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1020
1020
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1021
1021
  x5c?: string[] | undefined;
1022
1022
  x5t?: string | undefined;
1023
- 'x5t#S256'?: string | undefined;
1023
+ "x5t#S256"?: string | undefined;
1024
1024
  x5u?: string | undefined;
1025
1025
  d?: string | undefined;
1026
1026
  } | {
@@ -1034,7 +1034,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1034
1034
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1035
1035
  x5c?: string[] | undefined;
1036
1036
  x5t?: string | undefined;
1037
- 'x5t#S256'?: string | undefined;
1037
+ "x5t#S256"?: string | undefined;
1038
1038
  x5u?: string | undefined;
1039
1039
  d?: string | undefined;
1040
1040
  } | {
@@ -1047,7 +1047,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1047
1047
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1048
1048
  x5c?: string[] | undefined;
1049
1049
  x5t?: string | undefined;
1050
- 'x5t#S256'?: string | undefined;
1050
+ "x5t#S256"?: string | undefined;
1051
1051
  x5u?: string | undefined;
1052
1052
  } | {
1053
1053
  kty: string;
@@ -1058,7 +1058,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1058
1058
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1059
1059
  x5c?: string[] | undefined;
1060
1060
  x5t?: string | undefined;
1061
- 'x5t#S256'?: string | undefined;
1061
+ "x5t#S256"?: string | undefined;
1062
1062
  x5u?: string | undefined;
1063
1063
  }, {
1064
1064
  kty: "RSA";
@@ -1071,7 +1071,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1071
1071
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1072
1072
  x5c?: string[] | undefined;
1073
1073
  x5t?: string | undefined;
1074
- 'x5t#S256'?: string | undefined;
1074
+ "x5t#S256"?: string | undefined;
1075
1075
  x5u?: string | undefined;
1076
1076
  d?: string | undefined;
1077
1077
  p?: string | undefined;
@@ -1100,7 +1100,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1100
1100
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1101
1101
  x5c?: string[] | undefined;
1102
1102
  x5t?: string | undefined;
1103
- 'x5t#S256'?: string | undefined;
1103
+ "x5t#S256"?: string | undefined;
1104
1104
  x5u?: string | undefined;
1105
1105
  d?: string | undefined;
1106
1106
  } | {
@@ -1115,7 +1115,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1115
1115
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1116
1116
  x5c?: string[] | undefined;
1117
1117
  x5t?: string | undefined;
1118
- 'x5t#S256'?: string | undefined;
1118
+ "x5t#S256"?: string | undefined;
1119
1119
  x5u?: string | undefined;
1120
1120
  d?: string | undefined;
1121
1121
  } | {
@@ -1129,7 +1129,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1129
1129
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1130
1130
  x5c?: string[] | undefined;
1131
1131
  x5t?: string | undefined;
1132
- 'x5t#S256'?: string | undefined;
1132
+ "x5t#S256"?: string | undefined;
1133
1133
  x5u?: string | undefined;
1134
1134
  d?: string | undefined;
1135
1135
  } | {
@@ -1142,7 +1142,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1142
1142
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1143
1143
  x5c?: string[] | undefined;
1144
1144
  x5t?: string | undefined;
1145
- 'x5t#S256'?: string | undefined;
1145
+ "x5t#S256"?: string | undefined;
1146
1146
  x5u?: string | undefined;
1147
1147
  } | {
1148
1148
  kty: string;
@@ -1153,7 +1153,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1153
1153
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1154
1154
  x5c?: string[] | undefined;
1155
1155
  x5t?: string | undefined;
1156
- 'x5t#S256'?: string | undefined;
1156
+ "x5t#S256"?: string | undefined;
1157
1157
  x5u?: string | undefined;
1158
1158
  }>>;
1159
1159
  jwe: z.ZodOptional<z.ZodString>;
@@ -1176,7 +1176,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1176
1176
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1177
1177
  x5c?: string[] | undefined;
1178
1178
  x5t?: string | undefined;
1179
- 'x5t#S256'?: string | undefined;
1179
+ "x5t#S256"?: string | undefined;
1180
1180
  x5u?: string | undefined;
1181
1181
  d?: string | undefined;
1182
1182
  p?: string | undefined;
@@ -1205,7 +1205,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1205
1205
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1206
1206
  x5c?: string[] | undefined;
1207
1207
  x5t?: string | undefined;
1208
- 'x5t#S256'?: string | undefined;
1208
+ "x5t#S256"?: string | undefined;
1209
1209
  x5u?: string | undefined;
1210
1210
  d?: string | undefined;
1211
1211
  } | {
@@ -1220,7 +1220,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1220
1220
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1221
1221
  x5c?: string[] | undefined;
1222
1222
  x5t?: string | undefined;
1223
- 'x5t#S256'?: string | undefined;
1223
+ "x5t#S256"?: string | undefined;
1224
1224
  x5u?: string | undefined;
1225
1225
  d?: string | undefined;
1226
1226
  } | {
@@ -1234,7 +1234,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1234
1234
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1235
1235
  x5c?: string[] | undefined;
1236
1236
  x5t?: string | undefined;
1237
- 'x5t#S256'?: string | undefined;
1237
+ "x5t#S256"?: string | undefined;
1238
1238
  x5u?: string | undefined;
1239
1239
  d?: string | undefined;
1240
1240
  } | {
@@ -1247,7 +1247,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1247
1247
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1248
1248
  x5c?: string[] | undefined;
1249
1249
  x5t?: string | undefined;
1250
- 'x5t#S256'?: string | undefined;
1250
+ "x5t#S256"?: string | undefined;
1251
1251
  x5u?: string | undefined;
1252
1252
  } | {
1253
1253
  kty: string;
@@ -1258,7 +1258,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1258
1258
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1259
1259
  x5c?: string[] | undefined;
1260
1260
  x5t?: string | undefined;
1261
- 'x5t#S256'?: string | undefined;
1261
+ "x5t#S256"?: string | undefined;
1262
1262
  x5u?: string | undefined;
1263
1263
  } | undefined;
1264
1264
  jwe?: string | undefined;
@@ -1279,7 +1279,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1279
1279
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1280
1280
  x5c?: string[] | undefined;
1281
1281
  x5t?: string | undefined;
1282
- 'x5t#S256'?: string | undefined;
1282
+ "x5t#S256"?: string | undefined;
1283
1283
  x5u?: string | undefined;
1284
1284
  d?: string | undefined;
1285
1285
  p?: string | undefined;
@@ -1308,7 +1308,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1308
1308
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1309
1309
  x5c?: string[] | undefined;
1310
1310
  x5t?: string | undefined;
1311
- 'x5t#S256'?: string | undefined;
1311
+ "x5t#S256"?: string | undefined;
1312
1312
  x5u?: string | undefined;
1313
1313
  d?: string | undefined;
1314
1314
  } | {
@@ -1323,7 +1323,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1323
1323
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1324
1324
  x5c?: string[] | undefined;
1325
1325
  x5t?: string | undefined;
1326
- 'x5t#S256'?: string | undefined;
1326
+ "x5t#S256"?: string | undefined;
1327
1327
  x5u?: string | undefined;
1328
1328
  d?: string | undefined;
1329
1329
  } | {
@@ -1337,7 +1337,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1337
1337
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1338
1338
  x5c?: string[] | undefined;
1339
1339
  x5t?: string | undefined;
1340
- 'x5t#S256'?: string | undefined;
1340
+ "x5t#S256"?: string | undefined;
1341
1341
  x5u?: string | undefined;
1342
1342
  d?: string | undefined;
1343
1343
  } | {
@@ -1350,7 +1350,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1350
1350
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1351
1351
  x5c?: string[] | undefined;
1352
1352
  x5t?: string | undefined;
1353
- 'x5t#S256'?: string | undefined;
1353
+ "x5t#S256"?: string | undefined;
1354
1354
  x5u?: string | undefined;
1355
1355
  } | {
1356
1356
  kty: string;
@@ -1361,7 +1361,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1361
1361
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1362
1362
  x5c?: string[] | undefined;
1363
1363
  x5t?: string | undefined;
1364
- 'x5t#S256'?: string | undefined;
1364
+ "x5t#S256"?: string | undefined;
1365
1365
  x5u?: string | undefined;
1366
1366
  } | undefined;
1367
1367
  jwe?: string | undefined;
@@ -1436,7 +1436,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1436
1436
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1437
1437
  x5c?: string[] | undefined;
1438
1438
  x5t?: string | undefined;
1439
- 'x5t#S256'?: string | undefined;
1439
+ "x5t#S256"?: string | undefined;
1440
1440
  x5u?: string | undefined;
1441
1441
  d?: string | undefined;
1442
1442
  p?: string | undefined;
@@ -1465,7 +1465,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1465
1465
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1466
1466
  x5c?: string[] | undefined;
1467
1467
  x5t?: string | undefined;
1468
- 'x5t#S256'?: string | undefined;
1468
+ "x5t#S256"?: string | undefined;
1469
1469
  x5u?: string | undefined;
1470
1470
  d?: string | undefined;
1471
1471
  } | {
@@ -1480,7 +1480,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1480
1480
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1481
1481
  x5c?: string[] | undefined;
1482
1482
  x5t?: string | undefined;
1483
- 'x5t#S256'?: string | undefined;
1483
+ "x5t#S256"?: string | undefined;
1484
1484
  x5u?: string | undefined;
1485
1485
  d?: string | undefined;
1486
1486
  } | {
@@ -1494,7 +1494,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1494
1494
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1495
1495
  x5c?: string[] | undefined;
1496
1496
  x5t?: string | undefined;
1497
- 'x5t#S256'?: string | undefined;
1497
+ "x5t#S256"?: string | undefined;
1498
1498
  x5u?: string | undefined;
1499
1499
  d?: string | undefined;
1500
1500
  } | {
@@ -1507,7 +1507,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1507
1507
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1508
1508
  x5c?: string[] | undefined;
1509
1509
  x5t?: string | undefined;
1510
- 'x5t#S256'?: string | undefined;
1510
+ "x5t#S256"?: string | undefined;
1511
1511
  x5u?: string | undefined;
1512
1512
  } | {
1513
1513
  kty: string;
@@ -1518,7 +1518,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1518
1518
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1519
1519
  x5c?: string[] | undefined;
1520
1520
  x5t?: string | undefined;
1521
- 'x5t#S256'?: string | undefined;
1521
+ "x5t#S256"?: string | undefined;
1522
1522
  x5u?: string | undefined;
1523
1523
  } | undefined;
1524
1524
  jwe?: string | undefined;
@@ -1590,7 +1590,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1590
1590
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1591
1591
  x5c?: string[] | undefined;
1592
1592
  x5t?: string | undefined;
1593
- 'x5t#S256'?: string | undefined;
1593
+ "x5t#S256"?: string | undefined;
1594
1594
  x5u?: string | undefined;
1595
1595
  d?: string | undefined;
1596
1596
  p?: string | undefined;
@@ -1619,7 +1619,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1619
1619
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1620
1620
  x5c?: string[] | undefined;
1621
1621
  x5t?: string | undefined;
1622
- 'x5t#S256'?: string | undefined;
1622
+ "x5t#S256"?: string | undefined;
1623
1623
  x5u?: string | undefined;
1624
1624
  d?: string | undefined;
1625
1625
  } | {
@@ -1634,7 +1634,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1634
1634
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1635
1635
  x5c?: string[] | undefined;
1636
1636
  x5t?: string | undefined;
1637
- 'x5t#S256'?: string | undefined;
1637
+ "x5t#S256"?: string | undefined;
1638
1638
  x5u?: string | undefined;
1639
1639
  d?: string | undefined;
1640
1640
  } | {
@@ -1648,7 +1648,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1648
1648
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1649
1649
  x5c?: string[] | undefined;
1650
1650
  x5t?: string | undefined;
1651
- 'x5t#S256'?: string | undefined;
1651
+ "x5t#S256"?: string | undefined;
1652
1652
  x5u?: string | undefined;
1653
1653
  d?: string | undefined;
1654
1654
  } | {
@@ -1661,7 +1661,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1661
1661
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1662
1662
  x5c?: string[] | undefined;
1663
1663
  x5t?: string | undefined;
1664
- 'x5t#S256'?: string | undefined;
1664
+ "x5t#S256"?: string | undefined;
1665
1665
  x5u?: string | undefined;
1666
1666
  } | {
1667
1667
  kty: string;
@@ -1672,7 +1672,7 @@ export declare const tokenClaimsSchema: z.ZodIntersection<z.ZodObject<{
1672
1672
  key_ops?: ("sign" | "verify" | "encrypt" | "decrypt" | "wrapKey" | "unwrapKey" | "deriveKey" | "deriveBits")[] | undefined;
1673
1673
  x5c?: string[] | undefined;
1674
1674
  x5t?: string | undefined;
1675
- 'x5t#S256'?: string | undefined;
1675
+ "x5t#S256"?: string | undefined;
1676
1676
  x5u?: string | undefined;
1677
1677
  } | undefined;
1678
1678
  jwe?: string | undefined;