@pagopa/io-react-native-wallet 1.7.0 → 1.8.0

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 (146) hide show
  1. package/lib/commonjs/client/generated/wallet-provider.js +37 -11
  2. package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
  3. package/lib/commonjs/credential/issuance/02-get-issuer-config.js +83 -3
  4. package/lib/commonjs/credential/issuance/02-get-issuer-config.js.map +1 -1
  5. package/lib/commonjs/credential/issuance/03-start-user-authorization.js +5 -7
  6. package/lib/commonjs/credential/issuance/03-start-user-authorization.js.map +1 -1
  7. package/lib/commonjs/credential/issuance/06-obtain-credential.js +27 -10
  8. package/lib/commonjs/credential/issuance/06-obtain-credential.js.map +1 -1
  9. package/lib/commonjs/credential/issuance/07-verify-and-parse-credential.js +50 -46
  10. package/lib/commonjs/credential/issuance/07-verify-and-parse-credential.js.map +1 -1
  11. package/lib/commonjs/credential/issuance/README.md +1 -1
  12. package/lib/commonjs/credential/issuance/const.js +1 -1
  13. package/lib/commonjs/credential/issuance/const.js.map +1 -1
  14. package/lib/commonjs/credential/issuance/index.js +6 -0
  15. package/lib/commonjs/credential/issuance/index.js.map +1 -1
  16. package/lib/commonjs/credential/issuance/types.js +19 -10
  17. package/lib/commonjs/credential/issuance/types.js.map +1 -1
  18. package/lib/commonjs/credential/presentation/07-evaluate-dcql-query.js +10 -3
  19. package/lib/commonjs/credential/presentation/07-evaluate-dcql-query.js.map +1 -1
  20. package/lib/commonjs/credential/presentation/07-evaluate-input-descriptor.js +11 -4
  21. package/lib/commonjs/credential/presentation/07-evaluate-input-descriptor.js.map +1 -1
  22. package/lib/commonjs/credential/presentation/08-send-authorization-response.js +3 -3
  23. package/lib/commonjs/credential/presentation/08-send-authorization-response.js.map +1 -1
  24. package/lib/commonjs/credential/presentation/types.js.map +1 -1
  25. package/lib/commonjs/entity/openid-connect/issuer/types.js +2 -2
  26. package/lib/commonjs/entity/openid-connect/issuer/types.js.map +1 -1
  27. package/lib/commonjs/entity/trust/types.js +19 -30
  28. package/lib/commonjs/entity/trust/types.js.map +1 -1
  29. package/lib/commonjs/index.js +7 -0
  30. package/lib/commonjs/index.js.map +1 -1
  31. package/lib/commonjs/mdoc/index.js +4 -4
  32. package/lib/commonjs/mdoc/index.js.map +1 -1
  33. package/lib/commonjs/sd-jwt/index.js +2 -2
  34. package/lib/commonjs/sd-jwt/index.js.map +1 -1
  35. package/lib/commonjs/sd-jwt/types.js +1 -1
  36. package/lib/commonjs/sd-jwt/types.js.map +1 -1
  37. package/lib/commonjs/utils/credential/issuance/07-verify-and-parse-credentials-utils.js +3 -2
  38. package/lib/commonjs/utils/credential/issuance/07-verify-and-parse-credentials-utils.js.map +1 -1
  39. package/lib/commonjs/utils/pop.js +1 -1
  40. package/lib/commonjs/utils/pop.js.map +1 -1
  41. package/lib/commonjs/wallet-instance-attestation/issuing.js +11 -7
  42. package/lib/commonjs/wallet-instance-attestation/issuing.js.map +1 -1
  43. package/lib/commonjs/wallet-instance-attestation/types.js +14 -19
  44. package/lib/commonjs/wallet-instance-attestation/types.js.map +1 -1
  45. package/lib/module/client/generated/wallet-provider.js +29 -7
  46. package/lib/module/client/generated/wallet-provider.js.map +1 -1
  47. package/lib/module/credential/issuance/02-get-issuer-config.js +80 -1
  48. package/lib/module/credential/issuance/02-get-issuer-config.js.map +1 -1
  49. package/lib/module/credential/issuance/03-start-user-authorization.js +5 -7
  50. package/lib/module/credential/issuance/03-start-user-authorization.js.map +1 -1
  51. package/lib/module/credential/issuance/06-obtain-credential.js +28 -11
  52. package/lib/module/credential/issuance/06-obtain-credential.js.map +1 -1
  53. package/lib/module/credential/issuance/07-verify-and-parse-credential.js +50 -46
  54. package/lib/module/credential/issuance/07-verify-and-parse-credential.js.map +1 -1
  55. package/lib/module/credential/issuance/README.md +1 -1
  56. package/lib/module/credential/issuance/const.js +1 -1
  57. package/lib/module/credential/issuance/const.js.map +1 -1
  58. package/lib/module/credential/issuance/index.js +2 -2
  59. package/lib/module/credential/issuance/index.js.map +1 -1
  60. package/lib/module/credential/issuance/types.js +15 -8
  61. package/lib/module/credential/issuance/types.js.map +1 -1
  62. package/lib/module/credential/presentation/07-evaluate-dcql-query.js +10 -3
  63. package/lib/module/credential/presentation/07-evaluate-dcql-query.js.map +1 -1
  64. package/lib/module/credential/presentation/07-evaluate-input-descriptor.js +11 -4
  65. package/lib/module/credential/presentation/07-evaluate-input-descriptor.js.map +1 -1
  66. package/lib/module/credential/presentation/08-send-authorization-response.js +3 -3
  67. package/lib/module/credential/presentation/08-send-authorization-response.js.map +1 -1
  68. package/lib/module/credential/presentation/types.js.map +1 -1
  69. package/lib/module/entity/openid-connect/issuer/types.js +2 -2
  70. package/lib/module/entity/openid-connect/issuer/types.js.map +1 -1
  71. package/lib/module/entity/trust/types.js +19 -30
  72. package/lib/module/entity/trust/types.js.map +1 -1
  73. package/lib/module/index.js +2 -1
  74. package/lib/module/index.js.map +1 -1
  75. package/lib/module/mdoc/index.js +4 -4
  76. package/lib/module/mdoc/index.js.map +1 -1
  77. package/lib/module/sd-jwt/index.js +2 -2
  78. package/lib/module/sd-jwt/index.js.map +1 -1
  79. package/lib/module/sd-jwt/types.js +1 -1
  80. package/lib/module/sd-jwt/types.js.map +1 -1
  81. package/lib/module/utils/credential/issuance/07-verify-and-parse-credentials-utils.js +3 -2
  82. package/lib/module/utils/credential/issuance/07-verify-and-parse-credentials-utils.js.map +1 -1
  83. package/lib/module/utils/pop.js +1 -1
  84. package/lib/module/utils/pop.js.map +1 -1
  85. package/lib/module/wallet-instance-attestation/issuing.js +13 -9
  86. package/lib/module/wallet-instance-attestation/issuing.js.map +1 -1
  87. package/lib/module/wallet-instance-attestation/types.js +12 -17
  88. package/lib/module/wallet-instance-attestation/types.js.map +1 -1
  89. package/lib/typescript/client/generated/wallet-provider.d.ts +146 -17
  90. package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
  91. package/lib/typescript/credential/issuance/02-get-issuer-config.d.ts +15 -0
  92. package/lib/typescript/credential/issuance/02-get-issuer-config.d.ts.map +1 -1
  93. package/lib/typescript/credential/issuance/03-start-user-authorization.d.ts.map +1 -1
  94. package/lib/typescript/credential/issuance/06-obtain-credential.d.ts +7 -2
  95. package/lib/typescript/credential/issuance/06-obtain-credential.d.ts.map +1 -1
  96. package/lib/typescript/credential/issuance/07-verify-and-parse-credential.d.ts.map +1 -1
  97. package/lib/typescript/credential/issuance/const.d.ts +1 -1
  98. package/lib/typescript/credential/issuance/const.d.ts.map +1 -1
  99. package/lib/typescript/credential/issuance/index.d.ts +2 -2
  100. package/lib/typescript/credential/issuance/index.d.ts.map +1 -1
  101. package/lib/typescript/credential/issuance/types.d.ts +52 -21
  102. package/lib/typescript/credential/issuance/types.d.ts.map +1 -1
  103. package/lib/typescript/credential/presentation/07-evaluate-dcql-query.d.ts.map +1 -1
  104. package/lib/typescript/credential/presentation/07-evaluate-input-descriptor.d.ts.map +1 -1
  105. package/lib/typescript/credential/presentation/08-send-authorization-response.d.ts +1 -1
  106. package/lib/typescript/credential/presentation/types.d.ts +4 -2
  107. package/lib/typescript/credential/presentation/types.d.ts.map +1 -1
  108. package/lib/typescript/entity/openid-connect/issuer/types.d.ts +17 -17
  109. package/lib/typescript/entity/openid-connect/issuer/types.d.ts.map +1 -1
  110. package/lib/typescript/entity/trust/index.d.ts +150 -140
  111. package/lib/typescript/entity/trust/index.d.ts.map +1 -1
  112. package/lib/typescript/entity/trust/types.d.ts +540 -344
  113. package/lib/typescript/entity/trust/types.d.ts.map +1 -1
  114. package/lib/typescript/index.d.ts +2 -1
  115. package/lib/typescript/index.d.ts.map +1 -1
  116. package/lib/typescript/pid/sd-jwt/types.d.ts +2 -2
  117. package/lib/typescript/sd-jwt/index.d.ts +12 -12
  118. package/lib/typescript/sd-jwt/types.d.ts +14 -14
  119. package/lib/typescript/utils/credential/issuance/07-verify-and-parse-credentials-utils.d.ts.map +1 -1
  120. package/lib/typescript/wallet-instance-attestation/issuing.d.ts.map +1 -1
  121. package/lib/typescript/wallet-instance-attestation/types.d.ts +50 -102
  122. package/lib/typescript/wallet-instance-attestation/types.d.ts.map +1 -1
  123. package/package.json +2 -2
  124. package/src/client/generated/wallet-provider.ts +39 -7
  125. package/src/credential/issuance/02-get-issuer-config.ts +117 -0
  126. package/src/credential/issuance/03-start-user-authorization.ts +7 -8
  127. package/src/credential/issuance/06-obtain-credential.ts +41 -14
  128. package/src/credential/issuance/07-verify-and-parse-credential.ts +7 -3
  129. package/src/credential/issuance/README.md +1 -1
  130. package/src/credential/issuance/const.ts +1 -0
  131. package/src/credential/issuance/index.ts +6 -1
  132. package/src/credential/issuance/types.ts +21 -8
  133. package/src/credential/presentation/07-evaluate-dcql-query.ts +15 -5
  134. package/src/credential/presentation/07-evaluate-input-descriptor.ts +21 -4
  135. package/src/credential/presentation/08-send-authorization-response.ts +3 -3
  136. package/src/credential/presentation/types.ts +3 -0
  137. package/src/entity/openid-connect/issuer/types.ts +2 -1
  138. package/src/entity/trust/types.ts +22 -20
  139. package/src/index.ts +2 -0
  140. package/src/mdoc/index.ts +4 -4
  141. package/src/sd-jwt/index.ts +2 -2
  142. package/src/sd-jwt/types.ts +1 -1
  143. package/src/utils/credential/issuance/07-verify-and-parse-credentials-utils.ts +3 -2
  144. package/src/utils/pop.ts +1 -1
  145. package/src/wallet-instance-attestation/issuing.ts +14 -8
  146. package/src/wallet-instance-attestation/types.ts +16 -22
@@ -190,9 +190,9 @@ export declare const EntityStatement: z.ZodObject<{
190
190
  x5u?: string | undefined;
191
191
  }[];
192
192
  };
193
+ sub: string;
193
194
  iat: number;
194
195
  exp: number;
195
- sub: string;
196
196
  trust_marks: {
197
197
  id: string;
198
198
  trust_mark: string;
@@ -225,9 +225,9 @@ export declare const EntityStatement: z.ZodObject<{
225
225
  x5u?: string | undefined;
226
226
  }[];
227
227
  };
228
+ sub: string;
228
229
  iat: number;
229
230
  exp: number;
230
- sub: string;
231
231
  trust_marks: {
232
232
  id: string;
233
233
  trust_mark: string;
@@ -267,9 +267,9 @@ export declare const EntityStatement: z.ZodObject<{
267
267
  x5u?: string | undefined;
268
268
  }[];
269
269
  };
270
+ sub: string;
270
271
  iat: number;
271
272
  exp: number;
272
- sub: string;
273
273
  trust_marks: {
274
274
  id: string;
275
275
  trust_mark: string;
@@ -309,9 +309,9 @@ export declare const EntityStatement: z.ZodObject<{
309
309
  x5u?: string | undefined;
310
310
  }[];
311
311
  };
312
+ sub: string;
312
313
  iat: number;
313
314
  exp: number;
314
- sub: string;
315
315
  trust_marks: {
316
316
  id: string;
317
317
  trust_mark: string;
@@ -1084,9 +1084,9 @@ export declare const TrustAnchorEntityConfiguration: z.ZodObject<{
1084
1084
  x5u?: string | undefined;
1085
1085
  }[];
1086
1086
  };
1087
+ sub: string;
1087
1088
  iat: number;
1088
1089
  exp: number;
1089
- sub: string;
1090
1090
  metadata: {
1091
1091
  federation_entity: {
1092
1092
  federation_fetch_endpoint?: string | undefined;
@@ -1143,9 +1143,9 @@ export declare const TrustAnchorEntityConfiguration: z.ZodObject<{
1143
1143
  x5u?: string | undefined;
1144
1144
  }[];
1145
1145
  };
1146
+ sub: string;
1146
1147
  iat: number;
1147
1148
  exp: number;
1148
- sub: string;
1149
1149
  metadata: {
1150
1150
  federation_entity: {
1151
1151
  federation_fetch_endpoint?: string | undefined;
@@ -1921,9 +1921,9 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
1921
1921
  x5u?: string | undefined;
1922
1922
  }[];
1923
1923
  };
1924
+ sub: string;
1924
1925
  iat: number;
1925
1926
  exp: number;
1926
- sub: string;
1927
1927
  metadata: {
1928
1928
  federation_entity: {
1929
1929
  federation_fetch_endpoint?: string | undefined;
@@ -1980,9 +1980,9 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
1980
1980
  x5u?: string | undefined;
1981
1981
  }[];
1982
1982
  };
1983
+ sub: string;
1983
1984
  iat: number;
1984
1985
  exp: number;
1985
- sub: string;
1986
1986
  metadata: {
1987
1987
  federation_entity: {
1988
1988
  federation_fetch_endpoint?: string | undefined;
@@ -2134,6 +2134,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2134
2134
  credential_issuer: z.ZodString;
2135
2135
  credential_endpoint: z.ZodString;
2136
2136
  revocation_endpoint: z.ZodString;
2137
+ nonce_endpoint: z.ZodString;
2137
2138
  status_attestation_endpoint: z.ZodString;
2138
2139
  display: z.ZodArray<z.ZodObject<{
2139
2140
  name: z.ZodString;
@@ -2164,7 +2165,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2164
2165
  } | undefined;
2165
2166
  }>, "many">;
2166
2167
  credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodObject<{
2167
- format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
2168
+ format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"dc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
2169
+ vct: z.ZodOptional<z.ZodString>;
2168
2170
  scope: z.ZodString;
2169
2171
  display: z.ZodArray<z.ZodObject<{
2170
2172
  name: z.ZodString;
@@ -2200,33 +2202,75 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2200
2202
  background_color?: string | undefined;
2201
2203
  text_color?: string | undefined;
2202
2204
  }>, "many">;
2203
- claims: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2204
- value_type: z.ZodString;
2205
+ claims: z.ZodArray<z.ZodObject<{
2206
+ path: z.ZodArray<z.ZodString, "many">;
2205
2207
  display: z.ZodArray<z.ZodObject<{
2206
2208
  name: z.ZodString;
2207
2209
  locale: z.ZodString;
2210
+ logo: z.ZodOptional<z.ZodObject<{
2211
+ url: z.ZodString;
2212
+ alt_text: z.ZodString;
2213
+ }, "strip", z.ZodTypeAny, {
2214
+ url: string;
2215
+ alt_text: string;
2216
+ }, {
2217
+ url: string;
2218
+ alt_text: string;
2219
+ }>>;
2220
+ background_color: z.ZodOptional<z.ZodString>;
2221
+ text_color: z.ZodOptional<z.ZodString>;
2208
2222
  }, "strip", z.ZodTypeAny, {
2209
2223
  name: string;
2210
2224
  locale: string;
2225
+ logo?: {
2226
+ url: string;
2227
+ alt_text: string;
2228
+ } | undefined;
2229
+ background_color?: string | undefined;
2230
+ text_color?: string | undefined;
2211
2231
  }, {
2212
2232
  name: string;
2213
2233
  locale: string;
2234
+ logo?: {
2235
+ url: string;
2236
+ alt_text: string;
2237
+ } | undefined;
2238
+ background_color?: string | undefined;
2239
+ text_color?: string | undefined;
2214
2240
  }>, "many">;
2241
+ mandatory: z.ZodOptional<z.ZodBoolean>;
2242
+ value_type: z.ZodOptional<z.ZodString>;
2215
2243
  }, "strip", z.ZodTypeAny, {
2244
+ path: string[];
2216
2245
  display: {
2217
2246
  name: string;
2218
2247
  locale: string;
2248
+ logo?: {
2249
+ url: string;
2250
+ alt_text: string;
2251
+ } | undefined;
2252
+ background_color?: string | undefined;
2253
+ text_color?: string | undefined;
2219
2254
  }[];
2220
- value_type: string;
2255
+ mandatory?: boolean | undefined;
2256
+ value_type?: string | undefined;
2221
2257
  }, {
2258
+ path: string[];
2222
2259
  display: {
2223
2260
  name: string;
2224
2261
  locale: string;
2262
+ logo?: {
2263
+ url: string;
2264
+ alt_text: string;
2265
+ } | undefined;
2266
+ background_color?: string | undefined;
2267
+ text_color?: string | undefined;
2225
2268
  }[];
2226
- value_type: string;
2227
- }>>>;
2269
+ mandatory?: boolean | undefined;
2270
+ value_type?: string | undefined;
2271
+ }>, "many">;
2228
2272
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
2229
- credential_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
2273
+ credential_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2230
2274
  authentic_source: z.ZodOptional<z.ZodString>;
2231
2275
  issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2232
2276
  display: z.ZodArray<z.ZodObject<{
@@ -2256,6 +2300,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2256
2300
  }[];
2257
2301
  }>>>;
2258
2302
  }, "strip", z.ZodTypeAny, {
2303
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
2259
2304
  display: {
2260
2305
  name: string;
2261
2306
  locale: string;
@@ -2268,15 +2313,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2268
2313
  }[];
2269
2314
  scope: string;
2270
2315
  cryptographic_binding_methods_supported: string[];
2271
- format: "vc+sd-jwt" | "mso_mdoc";
2272
- credential_signing_alg_values_supported: string[];
2273
- claims?: Record<string, {
2316
+ claims: {
2317
+ path: string[];
2274
2318
  display: {
2275
2319
  name: string;
2276
2320
  locale: string;
2321
+ logo?: {
2322
+ url: string;
2323
+ alt_text: string;
2324
+ } | undefined;
2325
+ background_color?: string | undefined;
2326
+ text_color?: string | undefined;
2277
2327
  }[];
2278
- value_type: string;
2279
- }> | undefined;
2328
+ mandatory?: boolean | undefined;
2329
+ value_type?: string | undefined;
2330
+ }[];
2331
+ vct?: string | undefined;
2332
+ credential_signing_alg_values_supported?: string[] | undefined;
2280
2333
  authentic_source?: string | undefined;
2281
2334
  issuance_errors_supported?: Record<string, {
2282
2335
  display: {
@@ -2286,6 +2339,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2286
2339
  }[];
2287
2340
  }> | undefined;
2288
2341
  }, {
2342
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
2289
2343
  display: {
2290
2344
  name: string;
2291
2345
  locale: string;
@@ -2298,15 +2352,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2298
2352
  }[];
2299
2353
  scope: string;
2300
2354
  cryptographic_binding_methods_supported: string[];
2301
- format: "vc+sd-jwt" | "mso_mdoc";
2302
- credential_signing_alg_values_supported: string[];
2303
- claims?: Record<string, {
2355
+ claims: {
2356
+ path: string[];
2304
2357
  display: {
2305
2358
  name: string;
2306
2359
  locale: string;
2360
+ logo?: {
2361
+ url: string;
2362
+ alt_text: string;
2363
+ } | undefined;
2364
+ background_color?: string | undefined;
2365
+ text_color?: string | undefined;
2307
2366
  }[];
2308
- value_type: string;
2309
- }> | undefined;
2367
+ mandatory?: boolean | undefined;
2368
+ value_type?: string | undefined;
2369
+ }[];
2370
+ vct?: string | undefined;
2371
+ credential_signing_alg_values_supported?: string[] | undefined;
2310
2372
  authentic_source?: string | undefined;
2311
2373
  issuance_errors_supported?: Record<string, {
2312
2374
  display: {
@@ -2438,6 +2500,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2438
2500
  x5u?: string | undefined;
2439
2501
  }[];
2440
2502
  }>;
2503
+ trust_frameworks_supported: z.ZodArray<z.ZodString, "many">;
2504
+ evidence_supported: z.ZodArray<z.ZodString, "many">;
2441
2505
  }, "strip", z.ZodTypeAny, {
2442
2506
  display: {
2443
2507
  name: string;
@@ -2448,6 +2512,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2448
2512
  } | undefined;
2449
2513
  }[];
2450
2514
  credential_configurations_supported: Record<string, {
2515
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
2451
2516
  display: {
2452
2517
  name: string;
2453
2518
  locale: string;
@@ -2460,15 +2525,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2460
2525
  }[];
2461
2526
  scope: string;
2462
2527
  cryptographic_binding_methods_supported: string[];
2463
- format: "vc+sd-jwt" | "mso_mdoc";
2464
- credential_signing_alg_values_supported: string[];
2465
- claims?: Record<string, {
2528
+ claims: {
2529
+ path: string[];
2466
2530
  display: {
2467
2531
  name: string;
2468
2532
  locale: string;
2533
+ logo?: {
2534
+ url: string;
2535
+ alt_text: string;
2536
+ } | undefined;
2537
+ background_color?: string | undefined;
2538
+ text_color?: string | undefined;
2469
2539
  }[];
2470
- value_type: string;
2471
- }> | undefined;
2540
+ mandatory?: boolean | undefined;
2541
+ value_type?: string | undefined;
2542
+ }[];
2543
+ vct?: string | undefined;
2544
+ credential_signing_alg_values_supported?: string[] | undefined;
2472
2545
  authentic_source?: string | undefined;
2473
2546
  issuance_errors_supported?: Record<string, {
2474
2547
  display: {
@@ -2507,7 +2580,10 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2507
2580
  credential_issuer: string;
2508
2581
  credential_endpoint: string;
2509
2582
  revocation_endpoint: string;
2583
+ nonce_endpoint: string;
2510
2584
  status_attestation_endpoint: string;
2585
+ trust_frameworks_supported: string[];
2586
+ evidence_supported: string[];
2511
2587
  }, {
2512
2588
  display: {
2513
2589
  name: string;
@@ -2518,6 +2594,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2518
2594
  } | undefined;
2519
2595
  }[];
2520
2596
  credential_configurations_supported: Record<string, {
2597
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
2521
2598
  display: {
2522
2599
  name: string;
2523
2600
  locale: string;
@@ -2530,15 +2607,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2530
2607
  }[];
2531
2608
  scope: string;
2532
2609
  cryptographic_binding_methods_supported: string[];
2533
- format: "vc+sd-jwt" | "mso_mdoc";
2534
- credential_signing_alg_values_supported: string[];
2535
- claims?: Record<string, {
2610
+ claims: {
2611
+ path: string[];
2536
2612
  display: {
2537
2613
  name: string;
2538
2614
  locale: string;
2615
+ logo?: {
2616
+ url: string;
2617
+ alt_text: string;
2618
+ } | undefined;
2619
+ background_color?: string | undefined;
2620
+ text_color?: string | undefined;
2539
2621
  }[];
2540
- value_type: string;
2541
- }> | undefined;
2622
+ mandatory?: boolean | undefined;
2623
+ value_type?: string | undefined;
2624
+ }[];
2625
+ vct?: string | undefined;
2626
+ credential_signing_alg_values_supported?: string[] | undefined;
2542
2627
  authentic_source?: string | undefined;
2543
2628
  issuance_errors_supported?: Record<string, {
2544
2629
  display: {
@@ -2577,17 +2662,17 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2577
2662
  credential_issuer: string;
2578
2663
  credential_endpoint: string;
2579
2664
  revocation_endpoint: string;
2665
+ nonce_endpoint: string;
2580
2666
  status_attestation_endpoint: string;
2667
+ trust_frameworks_supported: string[];
2668
+ evidence_supported: string[];
2581
2669
  }>;
2582
2670
  oauth_authorization_server: z.ZodObject<{
2583
2671
  authorization_endpoint: z.ZodString;
2584
2672
  pushed_authorization_request_endpoint: z.ZodString;
2585
- dpop_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2586
2673
  token_endpoint: z.ZodString;
2587
- introspection_endpoint: z.ZodOptional<z.ZodString>;
2588
2674
  client_registration_types_supported: z.ZodArray<z.ZodString, "many">;
2589
2675
  code_challenge_methods_supported: z.ZodArray<z.ZodString, "many">;
2590
- authorization_details_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2591
2676
  acr_values_supported: z.ZodArray<z.ZodString, "many">;
2592
2677
  grant_types_supported: z.ZodArray<z.ZodString, "many">;
2593
2678
  issuer: z.ZodString;
@@ -2714,11 +2799,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2714
2799
  }[];
2715
2800
  }>;
2716
2801
  scopes_supported: z.ZodArray<z.ZodString, "many">;
2717
- request_parameter_supported: z.ZodOptional<z.ZodBoolean>;
2718
- request_uri_parameter_supported: z.ZodOptional<z.ZodBoolean>;
2719
- response_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2720
2802
  response_modes_supported: z.ZodArray<z.ZodString, "many">;
2721
- subject_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2722
2803
  token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString, "many">;
2723
2804
  token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
2724
2805
  request_object_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
@@ -2752,23 +2833,16 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2752
2833
  };
2753
2834
  authorization_endpoint: string;
2754
2835
  token_endpoint: string;
2755
- request_object_signing_alg_values_supported: string[];
2836
+ grant_types_supported: string[];
2837
+ token_endpoint_auth_methods_supported: string[];
2838
+ token_endpoint_auth_signing_alg_values_supported: string[];
2756
2839
  client_registration_types_supported: string[];
2757
2840
  code_challenge_methods_supported: string[];
2758
2841
  acr_values_supported: string[];
2759
- grant_types_supported: string[];
2760
2842
  issuer: string;
2761
2843
  scopes_supported: string[];
2762
2844
  response_modes_supported: string[];
2763
- token_endpoint_auth_methods_supported: string[];
2764
- token_endpoint_auth_signing_alg_values_supported: string[];
2765
- dpop_signing_alg_values_supported?: string[] | undefined;
2766
- introspection_endpoint?: string | undefined;
2767
- authorization_details_types_supported?: string[] | undefined;
2768
- request_parameter_supported?: boolean | undefined;
2769
- request_uri_parameter_supported?: boolean | undefined;
2770
- response_types_supported?: string[] | undefined;
2771
- subject_types_supported?: string[] | undefined;
2845
+ request_object_signing_alg_values_supported: string[];
2772
2846
  }, {
2773
2847
  pushed_authorization_request_endpoint: string;
2774
2848
  jwks: {
@@ -2799,28 +2873,22 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2799
2873
  };
2800
2874
  authorization_endpoint: string;
2801
2875
  token_endpoint: string;
2802
- request_object_signing_alg_values_supported: string[];
2876
+ grant_types_supported: string[];
2877
+ token_endpoint_auth_methods_supported: string[];
2878
+ token_endpoint_auth_signing_alg_values_supported: string[];
2803
2879
  client_registration_types_supported: string[];
2804
2880
  code_challenge_methods_supported: string[];
2805
2881
  acr_values_supported: string[];
2806
- grant_types_supported: string[];
2807
2882
  issuer: string;
2808
2883
  scopes_supported: string[];
2809
2884
  response_modes_supported: string[];
2810
- token_endpoint_auth_methods_supported: string[];
2811
- token_endpoint_auth_signing_alg_values_supported: string[];
2812
- dpop_signing_alg_values_supported?: string[] | undefined;
2813
- introspection_endpoint?: string | undefined;
2814
- authorization_details_types_supported?: string[] | undefined;
2815
- request_parameter_supported?: boolean | undefined;
2816
- request_uri_parameter_supported?: boolean | undefined;
2817
- response_types_supported?: string[] | undefined;
2818
- subject_types_supported?: string[] | undefined;
2885
+ request_object_signing_alg_values_supported: string[];
2819
2886
  }>;
2820
- /** Credential Issuers act as Relying Party
2821
- when they require the presentation of other credentials.
2822
- This does not apply for PID issuance, which requires CIE authz. */
2823
- wallet_relying_party: z.ZodOptional<z.ZodObject<{
2887
+ /**
2888
+ * Credential Issuers act as Relying Party when they require the presentation of other credentials.
2889
+ * This does not apply for PID issuance, which requires CIE authz.
2890
+ */
2891
+ openid_credential_verifier: z.ZodOptional<z.ZodObject<{
2824
2892
  application_type: z.ZodOptional<z.ZodString>;
2825
2893
  client_id: z.ZodOptional<z.ZodString>;
2826
2894
  client_name: z.ZodOptional<z.ZodString>;
@@ -3315,6 +3383,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3315
3383
  } | undefined;
3316
3384
  }[];
3317
3385
  credential_configurations_supported: Record<string, {
3386
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
3318
3387
  display: {
3319
3388
  name: string;
3320
3389
  locale: string;
@@ -3327,15 +3396,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3327
3396
  }[];
3328
3397
  scope: string;
3329
3398
  cryptographic_binding_methods_supported: string[];
3330
- format: "vc+sd-jwt" | "mso_mdoc";
3331
- credential_signing_alg_values_supported: string[];
3332
- claims?: Record<string, {
3399
+ claims: {
3400
+ path: string[];
3333
3401
  display: {
3334
3402
  name: string;
3335
3403
  locale: string;
3404
+ logo?: {
3405
+ url: string;
3406
+ alt_text: string;
3407
+ } | undefined;
3408
+ background_color?: string | undefined;
3409
+ text_color?: string | undefined;
3336
3410
  }[];
3337
- value_type: string;
3338
- }> | undefined;
3411
+ mandatory?: boolean | undefined;
3412
+ value_type?: string | undefined;
3413
+ }[];
3414
+ vct?: string | undefined;
3415
+ credential_signing_alg_values_supported?: string[] | undefined;
3339
3416
  authentic_source?: string | undefined;
3340
3417
  issuance_errors_supported?: Record<string, {
3341
3418
  display: {
@@ -3374,7 +3451,10 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3374
3451
  credential_issuer: string;
3375
3452
  credential_endpoint: string;
3376
3453
  revocation_endpoint: string;
3454
+ nonce_endpoint: string;
3377
3455
  status_attestation_endpoint: string;
3456
+ trust_frameworks_supported: string[];
3457
+ evidence_supported: string[];
3378
3458
  };
3379
3459
  oauth_authorization_server: {
3380
3460
  pushed_authorization_request_endpoint: string;
@@ -3406,25 +3486,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3406
3486
  };
3407
3487
  authorization_endpoint: string;
3408
3488
  token_endpoint: string;
3409
- request_object_signing_alg_values_supported: string[];
3489
+ grant_types_supported: string[];
3490
+ token_endpoint_auth_methods_supported: string[];
3491
+ token_endpoint_auth_signing_alg_values_supported: string[];
3410
3492
  client_registration_types_supported: string[];
3411
3493
  code_challenge_methods_supported: string[];
3412
3494
  acr_values_supported: string[];
3413
- grant_types_supported: string[];
3414
3495
  issuer: string;
3415
3496
  scopes_supported: string[];
3416
3497
  response_modes_supported: string[];
3417
- token_endpoint_auth_methods_supported: string[];
3418
- token_endpoint_auth_signing_alg_values_supported: string[];
3419
- dpop_signing_alg_values_supported?: string[] | undefined;
3420
- introspection_endpoint?: string | undefined;
3421
- authorization_details_types_supported?: string[] | undefined;
3422
- request_parameter_supported?: boolean | undefined;
3423
- request_uri_parameter_supported?: boolean | undefined;
3424
- response_types_supported?: string[] | undefined;
3425
- subject_types_supported?: string[] | undefined;
3498
+ request_object_signing_alg_values_supported: string[];
3426
3499
  };
3427
- wallet_relying_party?: {
3500
+ openid_credential_verifier?: {
3428
3501
  jwks: {
3429
3502
  keys: {
3430
3503
  kty: "RSA" | "EC";
@@ -3505,6 +3578,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3505
3578
  } | undefined;
3506
3579
  }[];
3507
3580
  credential_configurations_supported: Record<string, {
3581
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
3508
3582
  display: {
3509
3583
  name: string;
3510
3584
  locale: string;
@@ -3517,15 +3591,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3517
3591
  }[];
3518
3592
  scope: string;
3519
3593
  cryptographic_binding_methods_supported: string[];
3520
- format: "vc+sd-jwt" | "mso_mdoc";
3521
- credential_signing_alg_values_supported: string[];
3522
- claims?: Record<string, {
3594
+ claims: {
3595
+ path: string[];
3523
3596
  display: {
3524
3597
  name: string;
3525
3598
  locale: string;
3599
+ logo?: {
3600
+ url: string;
3601
+ alt_text: string;
3602
+ } | undefined;
3603
+ background_color?: string | undefined;
3604
+ text_color?: string | undefined;
3526
3605
  }[];
3527
- value_type: string;
3528
- }> | undefined;
3606
+ mandatory?: boolean | undefined;
3607
+ value_type?: string | undefined;
3608
+ }[];
3609
+ vct?: string | undefined;
3610
+ credential_signing_alg_values_supported?: string[] | undefined;
3529
3611
  authentic_source?: string | undefined;
3530
3612
  issuance_errors_supported?: Record<string, {
3531
3613
  display: {
@@ -3564,7 +3646,10 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3564
3646
  credential_issuer: string;
3565
3647
  credential_endpoint: string;
3566
3648
  revocation_endpoint: string;
3649
+ nonce_endpoint: string;
3567
3650
  status_attestation_endpoint: string;
3651
+ trust_frameworks_supported: string[];
3652
+ evidence_supported: string[];
3568
3653
  };
3569
3654
  oauth_authorization_server: {
3570
3655
  pushed_authorization_request_endpoint: string;
@@ -3596,25 +3681,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3596
3681
  };
3597
3682
  authorization_endpoint: string;
3598
3683
  token_endpoint: string;
3599
- request_object_signing_alg_values_supported: string[];
3684
+ grant_types_supported: string[];
3685
+ token_endpoint_auth_methods_supported: string[];
3686
+ token_endpoint_auth_signing_alg_values_supported: string[];
3600
3687
  client_registration_types_supported: string[];
3601
3688
  code_challenge_methods_supported: string[];
3602
3689
  acr_values_supported: string[];
3603
- grant_types_supported: string[];
3604
3690
  issuer: string;
3605
3691
  scopes_supported: string[];
3606
3692
  response_modes_supported: string[];
3607
- token_endpoint_auth_methods_supported: string[];
3608
- token_endpoint_auth_signing_alg_values_supported: string[];
3609
- dpop_signing_alg_values_supported?: string[] | undefined;
3610
- introspection_endpoint?: string | undefined;
3611
- authorization_details_types_supported?: string[] | undefined;
3612
- request_parameter_supported?: boolean | undefined;
3613
- request_uri_parameter_supported?: boolean | undefined;
3614
- response_types_supported?: string[] | undefined;
3615
- subject_types_supported?: string[] | undefined;
3693
+ request_object_signing_alg_values_supported: string[];
3616
3694
  };
3617
- wallet_relying_party?: {
3695
+ openid_credential_verifier?: {
3618
3696
  jwks: {
3619
3697
  keys: {
3620
3698
  kty: "RSA" | "EC";
@@ -3723,6 +3801,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3723
3801
  } | undefined;
3724
3802
  }[];
3725
3803
  credential_configurations_supported: Record<string, {
3804
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
3726
3805
  display: {
3727
3806
  name: string;
3728
3807
  locale: string;
@@ -3735,15 +3814,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3735
3814
  }[];
3736
3815
  scope: string;
3737
3816
  cryptographic_binding_methods_supported: string[];
3738
- format: "vc+sd-jwt" | "mso_mdoc";
3739
- credential_signing_alg_values_supported: string[];
3740
- claims?: Record<string, {
3817
+ claims: {
3818
+ path: string[];
3741
3819
  display: {
3742
3820
  name: string;
3743
3821
  locale: string;
3822
+ logo?: {
3823
+ url: string;
3824
+ alt_text: string;
3825
+ } | undefined;
3826
+ background_color?: string | undefined;
3827
+ text_color?: string | undefined;
3744
3828
  }[];
3745
- value_type: string;
3746
- }> | undefined;
3829
+ mandatory?: boolean | undefined;
3830
+ value_type?: string | undefined;
3831
+ }[];
3832
+ vct?: string | undefined;
3833
+ credential_signing_alg_values_supported?: string[] | undefined;
3747
3834
  authentic_source?: string | undefined;
3748
3835
  issuance_errors_supported?: Record<string, {
3749
3836
  display: {
@@ -3782,7 +3869,10 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3782
3869
  credential_issuer: string;
3783
3870
  credential_endpoint: string;
3784
3871
  revocation_endpoint: string;
3872
+ nonce_endpoint: string;
3785
3873
  status_attestation_endpoint: string;
3874
+ trust_frameworks_supported: string[];
3875
+ evidence_supported: string[];
3786
3876
  };
3787
3877
  oauth_authorization_server: {
3788
3878
  pushed_authorization_request_endpoint: string;
@@ -3814,25 +3904,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3814
3904
  };
3815
3905
  authorization_endpoint: string;
3816
3906
  token_endpoint: string;
3817
- request_object_signing_alg_values_supported: string[];
3907
+ grant_types_supported: string[];
3908
+ token_endpoint_auth_methods_supported: string[];
3909
+ token_endpoint_auth_signing_alg_values_supported: string[];
3818
3910
  client_registration_types_supported: string[];
3819
3911
  code_challenge_methods_supported: string[];
3820
3912
  acr_values_supported: string[];
3821
- grant_types_supported: string[];
3822
3913
  issuer: string;
3823
3914
  scopes_supported: string[];
3824
3915
  response_modes_supported: string[];
3825
- token_endpoint_auth_methods_supported: string[];
3826
- token_endpoint_auth_signing_alg_values_supported: string[];
3827
- dpop_signing_alg_values_supported?: string[] | undefined;
3828
- introspection_endpoint?: string | undefined;
3829
- authorization_details_types_supported?: string[] | undefined;
3830
- request_parameter_supported?: boolean | undefined;
3831
- request_uri_parameter_supported?: boolean | undefined;
3832
- response_types_supported?: string[] | undefined;
3833
- subject_types_supported?: string[] | undefined;
3916
+ request_object_signing_alg_values_supported: string[];
3834
3917
  };
3835
- wallet_relying_party?: {
3918
+ openid_credential_verifier?: {
3836
3919
  jwks: {
3837
3920
  keys: {
3838
3921
  kty: "RSA" | "EC";
@@ -3941,6 +4024,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3941
4024
  } | undefined;
3942
4025
  }[];
3943
4026
  credential_configurations_supported: Record<string, {
4027
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
3944
4028
  display: {
3945
4029
  name: string;
3946
4030
  locale: string;
@@ -3953,15 +4037,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3953
4037
  }[];
3954
4038
  scope: string;
3955
4039
  cryptographic_binding_methods_supported: string[];
3956
- format: "vc+sd-jwt" | "mso_mdoc";
3957
- credential_signing_alg_values_supported: string[];
3958
- claims?: Record<string, {
4040
+ claims: {
4041
+ path: string[];
3959
4042
  display: {
3960
4043
  name: string;
3961
4044
  locale: string;
4045
+ logo?: {
4046
+ url: string;
4047
+ alt_text: string;
4048
+ } | undefined;
4049
+ background_color?: string | undefined;
4050
+ text_color?: string | undefined;
3962
4051
  }[];
3963
- value_type: string;
3964
- }> | undefined;
4052
+ mandatory?: boolean | undefined;
4053
+ value_type?: string | undefined;
4054
+ }[];
4055
+ vct?: string | undefined;
4056
+ credential_signing_alg_values_supported?: string[] | undefined;
3965
4057
  authentic_source?: string | undefined;
3966
4058
  issuance_errors_supported?: Record<string, {
3967
4059
  display: {
@@ -4000,7 +4092,10 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4000
4092
  credential_issuer: string;
4001
4093
  credential_endpoint: string;
4002
4094
  revocation_endpoint: string;
4095
+ nonce_endpoint: string;
4003
4096
  status_attestation_endpoint: string;
4097
+ trust_frameworks_supported: string[];
4098
+ evidence_supported: string[];
4004
4099
  };
4005
4100
  oauth_authorization_server: {
4006
4101
  pushed_authorization_request_endpoint: string;
@@ -4032,25 +4127,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4032
4127
  };
4033
4128
  authorization_endpoint: string;
4034
4129
  token_endpoint: string;
4035
- request_object_signing_alg_values_supported: string[];
4130
+ grant_types_supported: string[];
4131
+ token_endpoint_auth_methods_supported: string[];
4132
+ token_endpoint_auth_signing_alg_values_supported: string[];
4036
4133
  client_registration_types_supported: string[];
4037
4134
  code_challenge_methods_supported: string[];
4038
4135
  acr_values_supported: string[];
4039
- grant_types_supported: string[];
4040
4136
  issuer: string;
4041
4137
  scopes_supported: string[];
4042
4138
  response_modes_supported: string[];
4043
- token_endpoint_auth_methods_supported: string[];
4044
- token_endpoint_auth_signing_alg_values_supported: string[];
4045
- dpop_signing_alg_values_supported?: string[] | undefined;
4046
- introspection_endpoint?: string | undefined;
4047
- authorization_details_types_supported?: string[] | undefined;
4048
- request_parameter_supported?: boolean | undefined;
4049
- request_uri_parameter_supported?: boolean | undefined;
4050
- response_types_supported?: string[] | undefined;
4051
- subject_types_supported?: string[] | undefined;
4139
+ request_object_signing_alg_values_supported: string[];
4052
4140
  };
4053
- wallet_relying_party?: {
4141
+ openid_credential_verifier?: {
4054
4142
  jwks: {
4055
4143
  keys: {
4056
4144
  kty: "RSA" | "EC";
@@ -4161,6 +4249,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4161
4249
  } | undefined;
4162
4250
  }[];
4163
4251
  credential_configurations_supported: Record<string, {
4252
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
4164
4253
  display: {
4165
4254
  name: string;
4166
4255
  locale: string;
@@ -4173,15 +4262,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4173
4262
  }[];
4174
4263
  scope: string;
4175
4264
  cryptographic_binding_methods_supported: string[];
4176
- format: "vc+sd-jwt" | "mso_mdoc";
4177
- credential_signing_alg_values_supported: string[];
4178
- claims?: Record<string, {
4265
+ claims: {
4266
+ path: string[];
4179
4267
  display: {
4180
4268
  name: string;
4181
4269
  locale: string;
4270
+ logo?: {
4271
+ url: string;
4272
+ alt_text: string;
4273
+ } | undefined;
4274
+ background_color?: string | undefined;
4275
+ text_color?: string | undefined;
4182
4276
  }[];
4183
- value_type: string;
4184
- }> | undefined;
4277
+ mandatory?: boolean | undefined;
4278
+ value_type?: string | undefined;
4279
+ }[];
4280
+ vct?: string | undefined;
4281
+ credential_signing_alg_values_supported?: string[] | undefined;
4185
4282
  authentic_source?: string | undefined;
4186
4283
  issuance_errors_supported?: Record<string, {
4187
4284
  display: {
@@ -4220,7 +4317,10 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4220
4317
  credential_issuer: string;
4221
4318
  credential_endpoint: string;
4222
4319
  revocation_endpoint: string;
4320
+ nonce_endpoint: string;
4223
4321
  status_attestation_endpoint: string;
4322
+ trust_frameworks_supported: string[];
4323
+ evidence_supported: string[];
4224
4324
  };
4225
4325
  oauth_authorization_server: {
4226
4326
  pushed_authorization_request_endpoint: string;
@@ -4252,25 +4352,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4252
4352
  };
4253
4353
  authorization_endpoint: string;
4254
4354
  token_endpoint: string;
4255
- request_object_signing_alg_values_supported: string[];
4355
+ grant_types_supported: string[];
4356
+ token_endpoint_auth_methods_supported: string[];
4357
+ token_endpoint_auth_signing_alg_values_supported: string[];
4256
4358
  client_registration_types_supported: string[];
4257
4359
  code_challenge_methods_supported: string[];
4258
4360
  acr_values_supported: string[];
4259
- grant_types_supported: string[];
4260
4361
  issuer: string;
4261
4362
  scopes_supported: string[];
4262
4363
  response_modes_supported: string[];
4263
- token_endpoint_auth_methods_supported: string[];
4264
- token_endpoint_auth_signing_alg_values_supported: string[];
4265
- dpop_signing_alg_values_supported?: string[] | undefined;
4266
- introspection_endpoint?: string | undefined;
4267
- authorization_details_types_supported?: string[] | undefined;
4268
- request_parameter_supported?: boolean | undefined;
4269
- request_uri_parameter_supported?: boolean | undefined;
4270
- response_types_supported?: string[] | undefined;
4271
- subject_types_supported?: string[] | undefined;
4364
+ request_object_signing_alg_values_supported: string[];
4272
4365
  };
4273
- wallet_relying_party?: {
4366
+ openid_credential_verifier?: {
4274
4367
  jwks: {
4275
4368
  keys: {
4276
4369
  kty: "RSA" | "EC";
@@ -4381,6 +4474,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4381
4474
  } | undefined;
4382
4475
  }[];
4383
4476
  credential_configurations_supported: Record<string, {
4477
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
4384
4478
  display: {
4385
4479
  name: string;
4386
4480
  locale: string;
@@ -4393,15 +4487,23 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4393
4487
  }[];
4394
4488
  scope: string;
4395
4489
  cryptographic_binding_methods_supported: string[];
4396
- format: "vc+sd-jwt" | "mso_mdoc";
4397
- credential_signing_alg_values_supported: string[];
4398
- claims?: Record<string, {
4490
+ claims: {
4491
+ path: string[];
4399
4492
  display: {
4400
4493
  name: string;
4401
4494
  locale: string;
4495
+ logo?: {
4496
+ url: string;
4497
+ alt_text: string;
4498
+ } | undefined;
4499
+ background_color?: string | undefined;
4500
+ text_color?: string | undefined;
4402
4501
  }[];
4403
- value_type: string;
4404
- }> | undefined;
4502
+ mandatory?: boolean | undefined;
4503
+ value_type?: string | undefined;
4504
+ }[];
4505
+ vct?: string | undefined;
4506
+ credential_signing_alg_values_supported?: string[] | undefined;
4405
4507
  authentic_source?: string | undefined;
4406
4508
  issuance_errors_supported?: Record<string, {
4407
4509
  display: {
@@ -4440,7 +4542,10 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4440
4542
  credential_issuer: string;
4441
4543
  credential_endpoint: string;
4442
4544
  revocation_endpoint: string;
4545
+ nonce_endpoint: string;
4443
4546
  status_attestation_endpoint: string;
4547
+ trust_frameworks_supported: string[];
4548
+ evidence_supported: string[];
4444
4549
  };
4445
4550
  oauth_authorization_server: {
4446
4551
  pushed_authorization_request_endpoint: string;
@@ -4472,25 +4577,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4472
4577
  };
4473
4578
  authorization_endpoint: string;
4474
4579
  token_endpoint: string;
4475
- request_object_signing_alg_values_supported: string[];
4580
+ grant_types_supported: string[];
4581
+ token_endpoint_auth_methods_supported: string[];
4582
+ token_endpoint_auth_signing_alg_values_supported: string[];
4476
4583
  client_registration_types_supported: string[];
4477
4584
  code_challenge_methods_supported: string[];
4478
4585
  acr_values_supported: string[];
4479
- grant_types_supported: string[];
4480
4586
  issuer: string;
4481
4587
  scopes_supported: string[];
4482
4588
  response_modes_supported: string[];
4483
- token_endpoint_auth_methods_supported: string[];
4484
- token_endpoint_auth_signing_alg_values_supported: string[];
4485
- dpop_signing_alg_values_supported?: string[] | undefined;
4486
- introspection_endpoint?: string | undefined;
4487
- authorization_details_types_supported?: string[] | undefined;
4488
- request_parameter_supported?: boolean | undefined;
4489
- request_uri_parameter_supported?: boolean | undefined;
4490
- response_types_supported?: string[] | undefined;
4491
- subject_types_supported?: string[] | undefined;
4589
+ request_object_signing_alg_values_supported: string[];
4492
4590
  };
4493
- wallet_relying_party?: {
4591
+ openid_credential_verifier?: {
4494
4592
  jwks: {
4495
4593
  keys: {
4496
4594
  kty: "RSA" | "EC";
@@ -5315,9 +5413,9 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
5315
5413
  x5u?: string | undefined;
5316
5414
  }[];
5317
5415
  };
5416
+ sub: string;
5318
5417
  iat: number;
5319
5418
  exp: number;
5320
- sub: string;
5321
5419
  metadata: {
5322
5420
  federation_entity: {
5323
5421
  federation_fetch_endpoint?: string | undefined;
@@ -5374,9 +5472,9 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
5374
5472
  x5u?: string | undefined;
5375
5473
  }[];
5376
5474
  };
5475
+ sub: string;
5377
5476
  iat: number;
5378
5477
  exp: number;
5379
- sub: string;
5380
5478
  metadata: {
5381
5479
  federation_entity: {
5382
5480
  federation_fetch_endpoint?: string | undefined;
@@ -7079,9 +7177,9 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
7079
7177
  x5u?: string | undefined;
7080
7178
  }[];
7081
7179
  };
7180
+ sub: string;
7082
7181
  iat: number;
7083
7182
  exp: number;
7084
- sub: string;
7085
7183
  metadata: {
7086
7184
  federation_entity: {
7087
7185
  federation_fetch_endpoint?: string | undefined;
@@ -7138,9 +7236,9 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
7138
7236
  x5u?: string | undefined;
7139
7237
  }[];
7140
7238
  };
7239
+ sub: string;
7141
7240
  iat: number;
7142
7241
  exp: number;
7143
- sub: string;
7144
7242
  metadata: {
7145
7243
  federation_entity: {
7146
7244
  federation_fetch_endpoint?: string | undefined;
@@ -8534,9 +8632,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
8534
8632
  x5u?: string | undefined;
8535
8633
  }[];
8536
8634
  };
8635
+ sub: string;
8537
8636
  iat: number;
8538
8637
  exp: number;
8539
- sub: string;
8540
8638
  metadata: {
8541
8639
  federation_entity: {
8542
8640
  federation_fetch_endpoint?: string | undefined;
@@ -8593,9 +8691,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
8593
8691
  x5u?: string | undefined;
8594
8692
  }[];
8595
8693
  };
8694
+ sub: string;
8596
8695
  iat: number;
8597
8696
  exp: number;
8598
- sub: string;
8599
8697
  metadata: {
8600
8698
  federation_entity: {
8601
8699
  federation_fetch_endpoint?: string | undefined;
@@ -9987,9 +10085,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
9987
10085
  x5u?: string | undefined;
9988
10086
  }[];
9989
10087
  };
10088
+ sub: string;
9990
10089
  iat: number;
9991
10090
  exp: number;
9992
- sub: string;
9993
10091
  metadata: {
9994
10092
  federation_entity: {
9995
10093
  federation_fetch_endpoint?: string | undefined;
@@ -10046,9 +10144,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10046
10144
  x5u?: string | undefined;
10047
10145
  }[];
10048
10146
  };
10147
+ sub: string;
10049
10148
  iat: number;
10050
10149
  exp: number;
10051
- sub: string;
10052
10150
  metadata: {
10053
10151
  federation_entity: {
10054
10152
  federation_fetch_endpoint?: string | undefined;
@@ -10200,6 +10298,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10200
10298
  credential_issuer: z.ZodString;
10201
10299
  credential_endpoint: z.ZodString;
10202
10300
  revocation_endpoint: z.ZodString;
10301
+ nonce_endpoint: z.ZodString;
10203
10302
  status_attestation_endpoint: z.ZodString;
10204
10303
  display: z.ZodArray<z.ZodObject<{
10205
10304
  name: z.ZodString;
@@ -10230,7 +10329,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10230
10329
  } | undefined;
10231
10330
  }>, "many">;
10232
10331
  credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodObject<{
10233
- format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
10332
+ format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"dc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
10333
+ vct: z.ZodOptional<z.ZodString>;
10234
10334
  scope: z.ZodString;
10235
10335
  display: z.ZodArray<z.ZodObject<{
10236
10336
  name: z.ZodString;
@@ -10266,33 +10366,75 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10266
10366
  background_color?: string | undefined;
10267
10367
  text_color?: string | undefined;
10268
10368
  }>, "many">;
10269
- claims: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
10270
- value_type: z.ZodString;
10369
+ claims: z.ZodArray<z.ZodObject<{
10370
+ path: z.ZodArray<z.ZodString, "many">;
10271
10371
  display: z.ZodArray<z.ZodObject<{
10272
10372
  name: z.ZodString;
10273
10373
  locale: z.ZodString;
10374
+ logo: z.ZodOptional<z.ZodObject<{
10375
+ url: z.ZodString;
10376
+ alt_text: z.ZodString;
10377
+ }, "strip", z.ZodTypeAny, {
10378
+ url: string;
10379
+ alt_text: string;
10380
+ }, {
10381
+ url: string;
10382
+ alt_text: string;
10383
+ }>>;
10384
+ background_color: z.ZodOptional<z.ZodString>;
10385
+ text_color: z.ZodOptional<z.ZodString>;
10274
10386
  }, "strip", z.ZodTypeAny, {
10275
10387
  name: string;
10276
10388
  locale: string;
10389
+ logo?: {
10390
+ url: string;
10391
+ alt_text: string;
10392
+ } | undefined;
10393
+ background_color?: string | undefined;
10394
+ text_color?: string | undefined;
10277
10395
  }, {
10278
10396
  name: string;
10279
10397
  locale: string;
10398
+ logo?: {
10399
+ url: string;
10400
+ alt_text: string;
10401
+ } | undefined;
10402
+ background_color?: string | undefined;
10403
+ text_color?: string | undefined;
10280
10404
  }>, "many">;
10405
+ mandatory: z.ZodOptional<z.ZodBoolean>;
10406
+ value_type: z.ZodOptional<z.ZodString>;
10281
10407
  }, "strip", z.ZodTypeAny, {
10408
+ path: string[];
10282
10409
  display: {
10283
10410
  name: string;
10284
10411
  locale: string;
10412
+ logo?: {
10413
+ url: string;
10414
+ alt_text: string;
10415
+ } | undefined;
10416
+ background_color?: string | undefined;
10417
+ text_color?: string | undefined;
10285
10418
  }[];
10286
- value_type: string;
10419
+ mandatory?: boolean | undefined;
10420
+ value_type?: string | undefined;
10287
10421
  }, {
10422
+ path: string[];
10288
10423
  display: {
10289
10424
  name: string;
10290
10425
  locale: string;
10426
+ logo?: {
10427
+ url: string;
10428
+ alt_text: string;
10429
+ } | undefined;
10430
+ background_color?: string | undefined;
10431
+ text_color?: string | undefined;
10291
10432
  }[];
10292
- value_type: string;
10293
- }>>>;
10433
+ mandatory?: boolean | undefined;
10434
+ value_type?: string | undefined;
10435
+ }>, "many">;
10294
10436
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
10295
- credential_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
10437
+ credential_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10296
10438
  authentic_source: z.ZodOptional<z.ZodString>;
10297
10439
  issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
10298
10440
  display: z.ZodArray<z.ZodObject<{
@@ -10322,6 +10464,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10322
10464
  }[];
10323
10465
  }>>>;
10324
10466
  }, "strip", z.ZodTypeAny, {
10467
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
10325
10468
  display: {
10326
10469
  name: string;
10327
10470
  locale: string;
@@ -10334,15 +10477,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10334
10477
  }[];
10335
10478
  scope: string;
10336
10479
  cryptographic_binding_methods_supported: string[];
10337
- format: "vc+sd-jwt" | "mso_mdoc";
10338
- credential_signing_alg_values_supported: string[];
10339
- claims?: Record<string, {
10480
+ claims: {
10481
+ path: string[];
10340
10482
  display: {
10341
10483
  name: string;
10342
10484
  locale: string;
10485
+ logo?: {
10486
+ url: string;
10487
+ alt_text: string;
10488
+ } | undefined;
10489
+ background_color?: string | undefined;
10490
+ text_color?: string | undefined;
10343
10491
  }[];
10344
- value_type: string;
10345
- }> | undefined;
10492
+ mandatory?: boolean | undefined;
10493
+ value_type?: string | undefined;
10494
+ }[];
10495
+ vct?: string | undefined;
10496
+ credential_signing_alg_values_supported?: string[] | undefined;
10346
10497
  authentic_source?: string | undefined;
10347
10498
  issuance_errors_supported?: Record<string, {
10348
10499
  display: {
@@ -10352,6 +10503,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10352
10503
  }[];
10353
10504
  }> | undefined;
10354
10505
  }, {
10506
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
10355
10507
  display: {
10356
10508
  name: string;
10357
10509
  locale: string;
@@ -10364,15 +10516,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10364
10516
  }[];
10365
10517
  scope: string;
10366
10518
  cryptographic_binding_methods_supported: string[];
10367
- format: "vc+sd-jwt" | "mso_mdoc";
10368
- credential_signing_alg_values_supported: string[];
10369
- claims?: Record<string, {
10519
+ claims: {
10520
+ path: string[];
10370
10521
  display: {
10371
10522
  name: string;
10372
10523
  locale: string;
10524
+ logo?: {
10525
+ url: string;
10526
+ alt_text: string;
10527
+ } | undefined;
10528
+ background_color?: string | undefined;
10529
+ text_color?: string | undefined;
10373
10530
  }[];
10374
- value_type: string;
10375
- }> | undefined;
10531
+ mandatory?: boolean | undefined;
10532
+ value_type?: string | undefined;
10533
+ }[];
10534
+ vct?: string | undefined;
10535
+ credential_signing_alg_values_supported?: string[] | undefined;
10376
10536
  authentic_source?: string | undefined;
10377
10537
  issuance_errors_supported?: Record<string, {
10378
10538
  display: {
@@ -10504,6 +10664,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10504
10664
  x5u?: string | undefined;
10505
10665
  }[];
10506
10666
  }>;
10667
+ trust_frameworks_supported: z.ZodArray<z.ZodString, "many">;
10668
+ evidence_supported: z.ZodArray<z.ZodString, "many">;
10507
10669
  }, "strip", z.ZodTypeAny, {
10508
10670
  display: {
10509
10671
  name: string;
@@ -10514,6 +10676,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10514
10676
  } | undefined;
10515
10677
  }[];
10516
10678
  credential_configurations_supported: Record<string, {
10679
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
10517
10680
  display: {
10518
10681
  name: string;
10519
10682
  locale: string;
@@ -10526,15 +10689,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10526
10689
  }[];
10527
10690
  scope: string;
10528
10691
  cryptographic_binding_methods_supported: string[];
10529
- format: "vc+sd-jwt" | "mso_mdoc";
10530
- credential_signing_alg_values_supported: string[];
10531
- claims?: Record<string, {
10692
+ claims: {
10693
+ path: string[];
10532
10694
  display: {
10533
10695
  name: string;
10534
10696
  locale: string;
10697
+ logo?: {
10698
+ url: string;
10699
+ alt_text: string;
10700
+ } | undefined;
10701
+ background_color?: string | undefined;
10702
+ text_color?: string | undefined;
10535
10703
  }[];
10536
- value_type: string;
10537
- }> | undefined;
10704
+ mandatory?: boolean | undefined;
10705
+ value_type?: string | undefined;
10706
+ }[];
10707
+ vct?: string | undefined;
10708
+ credential_signing_alg_values_supported?: string[] | undefined;
10538
10709
  authentic_source?: string | undefined;
10539
10710
  issuance_errors_supported?: Record<string, {
10540
10711
  display: {
@@ -10573,7 +10744,10 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10573
10744
  credential_issuer: string;
10574
10745
  credential_endpoint: string;
10575
10746
  revocation_endpoint: string;
10747
+ nonce_endpoint: string;
10576
10748
  status_attestation_endpoint: string;
10749
+ trust_frameworks_supported: string[];
10750
+ evidence_supported: string[];
10577
10751
  }, {
10578
10752
  display: {
10579
10753
  name: string;
@@ -10584,6 +10758,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10584
10758
  } | undefined;
10585
10759
  }[];
10586
10760
  credential_configurations_supported: Record<string, {
10761
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
10587
10762
  display: {
10588
10763
  name: string;
10589
10764
  locale: string;
@@ -10596,15 +10771,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10596
10771
  }[];
10597
10772
  scope: string;
10598
10773
  cryptographic_binding_methods_supported: string[];
10599
- format: "vc+sd-jwt" | "mso_mdoc";
10600
- credential_signing_alg_values_supported: string[];
10601
- claims?: Record<string, {
10774
+ claims: {
10775
+ path: string[];
10602
10776
  display: {
10603
10777
  name: string;
10604
10778
  locale: string;
10779
+ logo?: {
10780
+ url: string;
10781
+ alt_text: string;
10782
+ } | undefined;
10783
+ background_color?: string | undefined;
10784
+ text_color?: string | undefined;
10605
10785
  }[];
10606
- value_type: string;
10607
- }> | undefined;
10786
+ mandatory?: boolean | undefined;
10787
+ value_type?: string | undefined;
10788
+ }[];
10789
+ vct?: string | undefined;
10790
+ credential_signing_alg_values_supported?: string[] | undefined;
10608
10791
  authentic_source?: string | undefined;
10609
10792
  issuance_errors_supported?: Record<string, {
10610
10793
  display: {
@@ -10643,17 +10826,17 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10643
10826
  credential_issuer: string;
10644
10827
  credential_endpoint: string;
10645
10828
  revocation_endpoint: string;
10829
+ nonce_endpoint: string;
10646
10830
  status_attestation_endpoint: string;
10831
+ trust_frameworks_supported: string[];
10832
+ evidence_supported: string[];
10647
10833
  }>;
10648
10834
  oauth_authorization_server: z.ZodObject<{
10649
10835
  authorization_endpoint: z.ZodString;
10650
10836
  pushed_authorization_request_endpoint: z.ZodString;
10651
- dpop_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10652
10837
  token_endpoint: z.ZodString;
10653
- introspection_endpoint: z.ZodOptional<z.ZodString>;
10654
10838
  client_registration_types_supported: z.ZodArray<z.ZodString, "many">;
10655
10839
  code_challenge_methods_supported: z.ZodArray<z.ZodString, "many">;
10656
- authorization_details_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10657
10840
  acr_values_supported: z.ZodArray<z.ZodString, "many">;
10658
10841
  grant_types_supported: z.ZodArray<z.ZodString, "many">;
10659
10842
  issuer: z.ZodString;
@@ -10780,11 +10963,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10780
10963
  }[];
10781
10964
  }>;
10782
10965
  scopes_supported: z.ZodArray<z.ZodString, "many">;
10783
- request_parameter_supported: z.ZodOptional<z.ZodBoolean>;
10784
- request_uri_parameter_supported: z.ZodOptional<z.ZodBoolean>;
10785
- response_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10786
10966
  response_modes_supported: z.ZodArray<z.ZodString, "many">;
10787
- subject_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10788
10967
  token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString, "many">;
10789
10968
  token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
10790
10969
  request_object_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
@@ -10818,23 +10997,16 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10818
10997
  };
10819
10998
  authorization_endpoint: string;
10820
10999
  token_endpoint: string;
10821
- request_object_signing_alg_values_supported: string[];
11000
+ grant_types_supported: string[];
11001
+ token_endpoint_auth_methods_supported: string[];
11002
+ token_endpoint_auth_signing_alg_values_supported: string[];
10822
11003
  client_registration_types_supported: string[];
10823
11004
  code_challenge_methods_supported: string[];
10824
11005
  acr_values_supported: string[];
10825
- grant_types_supported: string[];
10826
11006
  issuer: string;
10827
11007
  scopes_supported: string[];
10828
11008
  response_modes_supported: string[];
10829
- token_endpoint_auth_methods_supported: string[];
10830
- token_endpoint_auth_signing_alg_values_supported: string[];
10831
- dpop_signing_alg_values_supported?: string[] | undefined;
10832
- introspection_endpoint?: string | undefined;
10833
- authorization_details_types_supported?: string[] | undefined;
10834
- request_parameter_supported?: boolean | undefined;
10835
- request_uri_parameter_supported?: boolean | undefined;
10836
- response_types_supported?: string[] | undefined;
10837
- subject_types_supported?: string[] | undefined;
11009
+ request_object_signing_alg_values_supported: string[];
10838
11010
  }, {
10839
11011
  pushed_authorization_request_endpoint: string;
10840
11012
  jwks: {
@@ -10865,28 +11037,22 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10865
11037
  };
10866
11038
  authorization_endpoint: string;
10867
11039
  token_endpoint: string;
10868
- request_object_signing_alg_values_supported: string[];
11040
+ grant_types_supported: string[];
11041
+ token_endpoint_auth_methods_supported: string[];
11042
+ token_endpoint_auth_signing_alg_values_supported: string[];
10869
11043
  client_registration_types_supported: string[];
10870
11044
  code_challenge_methods_supported: string[];
10871
11045
  acr_values_supported: string[];
10872
- grant_types_supported: string[];
10873
11046
  issuer: string;
10874
11047
  scopes_supported: string[];
10875
11048
  response_modes_supported: string[];
10876
- token_endpoint_auth_methods_supported: string[];
10877
- token_endpoint_auth_signing_alg_values_supported: string[];
10878
- dpop_signing_alg_values_supported?: string[] | undefined;
10879
- introspection_endpoint?: string | undefined;
10880
- authorization_details_types_supported?: string[] | undefined;
10881
- request_parameter_supported?: boolean | undefined;
10882
- request_uri_parameter_supported?: boolean | undefined;
10883
- response_types_supported?: string[] | undefined;
10884
- subject_types_supported?: string[] | undefined;
11049
+ request_object_signing_alg_values_supported: string[];
10885
11050
  }>;
10886
- /** Credential Issuers act as Relying Party
10887
- when they require the presentation of other credentials.
10888
- This does not apply for PID issuance, which requires CIE authz. */
10889
- wallet_relying_party: z.ZodOptional<z.ZodObject<{
11051
+ /**
11052
+ * Credential Issuers act as Relying Party when they require the presentation of other credentials.
11053
+ * This does not apply for PID issuance, which requires CIE authz.
11054
+ */
11055
+ openid_credential_verifier: z.ZodOptional<z.ZodObject<{
10890
11056
  application_type: z.ZodOptional<z.ZodString>;
10891
11057
  client_id: z.ZodOptional<z.ZodString>;
10892
11058
  client_name: z.ZodOptional<z.ZodString>;
@@ -11381,6 +11547,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11381
11547
  } | undefined;
11382
11548
  }[];
11383
11549
  credential_configurations_supported: Record<string, {
11550
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
11384
11551
  display: {
11385
11552
  name: string;
11386
11553
  locale: string;
@@ -11393,15 +11560,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11393
11560
  }[];
11394
11561
  scope: string;
11395
11562
  cryptographic_binding_methods_supported: string[];
11396
- format: "vc+sd-jwt" | "mso_mdoc";
11397
- credential_signing_alg_values_supported: string[];
11398
- claims?: Record<string, {
11563
+ claims: {
11564
+ path: string[];
11399
11565
  display: {
11400
11566
  name: string;
11401
11567
  locale: string;
11568
+ logo?: {
11569
+ url: string;
11570
+ alt_text: string;
11571
+ } | undefined;
11572
+ background_color?: string | undefined;
11573
+ text_color?: string | undefined;
11402
11574
  }[];
11403
- value_type: string;
11404
- }> | undefined;
11575
+ mandatory?: boolean | undefined;
11576
+ value_type?: string | undefined;
11577
+ }[];
11578
+ vct?: string | undefined;
11579
+ credential_signing_alg_values_supported?: string[] | undefined;
11405
11580
  authentic_source?: string | undefined;
11406
11581
  issuance_errors_supported?: Record<string, {
11407
11582
  display: {
@@ -11440,7 +11615,10 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11440
11615
  credential_issuer: string;
11441
11616
  credential_endpoint: string;
11442
11617
  revocation_endpoint: string;
11618
+ nonce_endpoint: string;
11443
11619
  status_attestation_endpoint: string;
11620
+ trust_frameworks_supported: string[];
11621
+ evidence_supported: string[];
11444
11622
  };
11445
11623
  oauth_authorization_server: {
11446
11624
  pushed_authorization_request_endpoint: string;
@@ -11472,25 +11650,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11472
11650
  };
11473
11651
  authorization_endpoint: string;
11474
11652
  token_endpoint: string;
11475
- request_object_signing_alg_values_supported: string[];
11653
+ grant_types_supported: string[];
11654
+ token_endpoint_auth_methods_supported: string[];
11655
+ token_endpoint_auth_signing_alg_values_supported: string[];
11476
11656
  client_registration_types_supported: string[];
11477
11657
  code_challenge_methods_supported: string[];
11478
11658
  acr_values_supported: string[];
11479
- grant_types_supported: string[];
11480
11659
  issuer: string;
11481
11660
  scopes_supported: string[];
11482
11661
  response_modes_supported: string[];
11483
- token_endpoint_auth_methods_supported: string[];
11484
- token_endpoint_auth_signing_alg_values_supported: string[];
11485
- dpop_signing_alg_values_supported?: string[] | undefined;
11486
- introspection_endpoint?: string | undefined;
11487
- authorization_details_types_supported?: string[] | undefined;
11488
- request_parameter_supported?: boolean | undefined;
11489
- request_uri_parameter_supported?: boolean | undefined;
11490
- response_types_supported?: string[] | undefined;
11491
- subject_types_supported?: string[] | undefined;
11662
+ request_object_signing_alg_values_supported: string[];
11492
11663
  };
11493
- wallet_relying_party?: {
11664
+ openid_credential_verifier?: {
11494
11665
  jwks: {
11495
11666
  keys: {
11496
11667
  kty: "RSA" | "EC";
@@ -11571,6 +11742,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11571
11742
  } | undefined;
11572
11743
  }[];
11573
11744
  credential_configurations_supported: Record<string, {
11745
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
11574
11746
  display: {
11575
11747
  name: string;
11576
11748
  locale: string;
@@ -11583,15 +11755,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11583
11755
  }[];
11584
11756
  scope: string;
11585
11757
  cryptographic_binding_methods_supported: string[];
11586
- format: "vc+sd-jwt" | "mso_mdoc";
11587
- credential_signing_alg_values_supported: string[];
11588
- claims?: Record<string, {
11758
+ claims: {
11759
+ path: string[];
11589
11760
  display: {
11590
11761
  name: string;
11591
11762
  locale: string;
11763
+ logo?: {
11764
+ url: string;
11765
+ alt_text: string;
11766
+ } | undefined;
11767
+ background_color?: string | undefined;
11768
+ text_color?: string | undefined;
11592
11769
  }[];
11593
- value_type: string;
11594
- }> | undefined;
11770
+ mandatory?: boolean | undefined;
11771
+ value_type?: string | undefined;
11772
+ }[];
11773
+ vct?: string | undefined;
11774
+ credential_signing_alg_values_supported?: string[] | undefined;
11595
11775
  authentic_source?: string | undefined;
11596
11776
  issuance_errors_supported?: Record<string, {
11597
11777
  display: {
@@ -11630,7 +11810,10 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11630
11810
  credential_issuer: string;
11631
11811
  credential_endpoint: string;
11632
11812
  revocation_endpoint: string;
11813
+ nonce_endpoint: string;
11633
11814
  status_attestation_endpoint: string;
11815
+ trust_frameworks_supported: string[];
11816
+ evidence_supported: string[];
11634
11817
  };
11635
11818
  oauth_authorization_server: {
11636
11819
  pushed_authorization_request_endpoint: string;
@@ -11662,25 +11845,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11662
11845
  };
11663
11846
  authorization_endpoint: string;
11664
11847
  token_endpoint: string;
11665
- request_object_signing_alg_values_supported: string[];
11848
+ grant_types_supported: string[];
11849
+ token_endpoint_auth_methods_supported: string[];
11850
+ token_endpoint_auth_signing_alg_values_supported: string[];
11666
11851
  client_registration_types_supported: string[];
11667
11852
  code_challenge_methods_supported: string[];
11668
11853
  acr_values_supported: string[];
11669
- grant_types_supported: string[];
11670
11854
  issuer: string;
11671
11855
  scopes_supported: string[];
11672
11856
  response_modes_supported: string[];
11673
- token_endpoint_auth_methods_supported: string[];
11674
- token_endpoint_auth_signing_alg_values_supported: string[];
11675
- dpop_signing_alg_values_supported?: string[] | undefined;
11676
- introspection_endpoint?: string | undefined;
11677
- authorization_details_types_supported?: string[] | undefined;
11678
- request_parameter_supported?: boolean | undefined;
11679
- request_uri_parameter_supported?: boolean | undefined;
11680
- response_types_supported?: string[] | undefined;
11681
- subject_types_supported?: string[] | undefined;
11857
+ request_object_signing_alg_values_supported: string[];
11682
11858
  };
11683
- wallet_relying_party?: {
11859
+ openid_credential_verifier?: {
11684
11860
  jwks: {
11685
11861
  keys: {
11686
11862
  kty: "RSA" | "EC";
@@ -11789,6 +11965,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11789
11965
  } | undefined;
11790
11966
  }[];
11791
11967
  credential_configurations_supported: Record<string, {
11968
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
11792
11969
  display: {
11793
11970
  name: string;
11794
11971
  locale: string;
@@ -11801,15 +11978,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11801
11978
  }[];
11802
11979
  scope: string;
11803
11980
  cryptographic_binding_methods_supported: string[];
11804
- format: "vc+sd-jwt" | "mso_mdoc";
11805
- credential_signing_alg_values_supported: string[];
11806
- claims?: Record<string, {
11981
+ claims: {
11982
+ path: string[];
11807
11983
  display: {
11808
11984
  name: string;
11809
11985
  locale: string;
11986
+ logo?: {
11987
+ url: string;
11988
+ alt_text: string;
11989
+ } | undefined;
11990
+ background_color?: string | undefined;
11991
+ text_color?: string | undefined;
11810
11992
  }[];
11811
- value_type: string;
11812
- }> | undefined;
11993
+ mandatory?: boolean | undefined;
11994
+ value_type?: string | undefined;
11995
+ }[];
11996
+ vct?: string | undefined;
11997
+ credential_signing_alg_values_supported?: string[] | undefined;
11813
11998
  authentic_source?: string | undefined;
11814
11999
  issuance_errors_supported?: Record<string, {
11815
12000
  display: {
@@ -11848,7 +12033,10 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11848
12033
  credential_issuer: string;
11849
12034
  credential_endpoint: string;
11850
12035
  revocation_endpoint: string;
12036
+ nonce_endpoint: string;
11851
12037
  status_attestation_endpoint: string;
12038
+ trust_frameworks_supported: string[];
12039
+ evidence_supported: string[];
11852
12040
  };
11853
12041
  oauth_authorization_server: {
11854
12042
  pushed_authorization_request_endpoint: string;
@@ -11880,25 +12068,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11880
12068
  };
11881
12069
  authorization_endpoint: string;
11882
12070
  token_endpoint: string;
11883
- request_object_signing_alg_values_supported: string[];
12071
+ grant_types_supported: string[];
12072
+ token_endpoint_auth_methods_supported: string[];
12073
+ token_endpoint_auth_signing_alg_values_supported: string[];
11884
12074
  client_registration_types_supported: string[];
11885
12075
  code_challenge_methods_supported: string[];
11886
12076
  acr_values_supported: string[];
11887
- grant_types_supported: string[];
11888
12077
  issuer: string;
11889
12078
  scopes_supported: string[];
11890
12079
  response_modes_supported: string[];
11891
- token_endpoint_auth_methods_supported: string[];
11892
- token_endpoint_auth_signing_alg_values_supported: string[];
11893
- dpop_signing_alg_values_supported?: string[] | undefined;
11894
- introspection_endpoint?: string | undefined;
11895
- authorization_details_types_supported?: string[] | undefined;
11896
- request_parameter_supported?: boolean | undefined;
11897
- request_uri_parameter_supported?: boolean | undefined;
11898
- response_types_supported?: string[] | undefined;
11899
- subject_types_supported?: string[] | undefined;
12080
+ request_object_signing_alg_values_supported: string[];
11900
12081
  };
11901
- wallet_relying_party?: {
12082
+ openid_credential_verifier?: {
11902
12083
  jwks: {
11903
12084
  keys: {
11904
12085
  kty: "RSA" | "EC";
@@ -12007,6 +12188,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12007
12188
  } | undefined;
12008
12189
  }[];
12009
12190
  credential_configurations_supported: Record<string, {
12191
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
12010
12192
  display: {
12011
12193
  name: string;
12012
12194
  locale: string;
@@ -12019,15 +12201,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12019
12201
  }[];
12020
12202
  scope: string;
12021
12203
  cryptographic_binding_methods_supported: string[];
12022
- format: "vc+sd-jwt" | "mso_mdoc";
12023
- credential_signing_alg_values_supported: string[];
12024
- claims?: Record<string, {
12204
+ claims: {
12205
+ path: string[];
12025
12206
  display: {
12026
12207
  name: string;
12027
12208
  locale: string;
12209
+ logo?: {
12210
+ url: string;
12211
+ alt_text: string;
12212
+ } | undefined;
12213
+ background_color?: string | undefined;
12214
+ text_color?: string | undefined;
12028
12215
  }[];
12029
- value_type: string;
12030
- }> | undefined;
12216
+ mandatory?: boolean | undefined;
12217
+ value_type?: string | undefined;
12218
+ }[];
12219
+ vct?: string | undefined;
12220
+ credential_signing_alg_values_supported?: string[] | undefined;
12031
12221
  authentic_source?: string | undefined;
12032
12222
  issuance_errors_supported?: Record<string, {
12033
12223
  display: {
@@ -12066,7 +12256,10 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12066
12256
  credential_issuer: string;
12067
12257
  credential_endpoint: string;
12068
12258
  revocation_endpoint: string;
12259
+ nonce_endpoint: string;
12069
12260
  status_attestation_endpoint: string;
12261
+ trust_frameworks_supported: string[];
12262
+ evidence_supported: string[];
12070
12263
  };
12071
12264
  oauth_authorization_server: {
12072
12265
  pushed_authorization_request_endpoint: string;
@@ -12098,25 +12291,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12098
12291
  };
12099
12292
  authorization_endpoint: string;
12100
12293
  token_endpoint: string;
12101
- request_object_signing_alg_values_supported: string[];
12294
+ grant_types_supported: string[];
12295
+ token_endpoint_auth_methods_supported: string[];
12296
+ token_endpoint_auth_signing_alg_values_supported: string[];
12102
12297
  client_registration_types_supported: string[];
12103
12298
  code_challenge_methods_supported: string[];
12104
12299
  acr_values_supported: string[];
12105
- grant_types_supported: string[];
12106
12300
  issuer: string;
12107
12301
  scopes_supported: string[];
12108
12302
  response_modes_supported: string[];
12109
- token_endpoint_auth_methods_supported: string[];
12110
- token_endpoint_auth_signing_alg_values_supported: string[];
12111
- dpop_signing_alg_values_supported?: string[] | undefined;
12112
- introspection_endpoint?: string | undefined;
12113
- authorization_details_types_supported?: string[] | undefined;
12114
- request_parameter_supported?: boolean | undefined;
12115
- request_uri_parameter_supported?: boolean | undefined;
12116
- response_types_supported?: string[] | undefined;
12117
- subject_types_supported?: string[] | undefined;
12303
+ request_object_signing_alg_values_supported: string[];
12118
12304
  };
12119
- wallet_relying_party?: {
12305
+ openid_credential_verifier?: {
12120
12306
  jwks: {
12121
12307
  keys: {
12122
12308
  kty: "RSA" | "EC";
@@ -12227,6 +12413,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12227
12413
  } | undefined;
12228
12414
  }[];
12229
12415
  credential_configurations_supported: Record<string, {
12416
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
12230
12417
  display: {
12231
12418
  name: string;
12232
12419
  locale: string;
@@ -12239,15 +12426,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12239
12426
  }[];
12240
12427
  scope: string;
12241
12428
  cryptographic_binding_methods_supported: string[];
12242
- format: "vc+sd-jwt" | "mso_mdoc";
12243
- credential_signing_alg_values_supported: string[];
12244
- claims?: Record<string, {
12429
+ claims: {
12430
+ path: string[];
12245
12431
  display: {
12246
12432
  name: string;
12247
12433
  locale: string;
12434
+ logo?: {
12435
+ url: string;
12436
+ alt_text: string;
12437
+ } | undefined;
12438
+ background_color?: string | undefined;
12439
+ text_color?: string | undefined;
12248
12440
  }[];
12249
- value_type: string;
12250
- }> | undefined;
12441
+ mandatory?: boolean | undefined;
12442
+ value_type?: string | undefined;
12443
+ }[];
12444
+ vct?: string | undefined;
12445
+ credential_signing_alg_values_supported?: string[] | undefined;
12251
12446
  authentic_source?: string | undefined;
12252
12447
  issuance_errors_supported?: Record<string, {
12253
12448
  display: {
@@ -12286,7 +12481,10 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12286
12481
  credential_issuer: string;
12287
12482
  credential_endpoint: string;
12288
12483
  revocation_endpoint: string;
12484
+ nonce_endpoint: string;
12289
12485
  status_attestation_endpoint: string;
12486
+ trust_frameworks_supported: string[];
12487
+ evidence_supported: string[];
12290
12488
  };
12291
12489
  oauth_authorization_server: {
12292
12490
  pushed_authorization_request_endpoint: string;
@@ -12318,25 +12516,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12318
12516
  };
12319
12517
  authorization_endpoint: string;
12320
12518
  token_endpoint: string;
12321
- request_object_signing_alg_values_supported: string[];
12519
+ grant_types_supported: string[];
12520
+ token_endpoint_auth_methods_supported: string[];
12521
+ token_endpoint_auth_signing_alg_values_supported: string[];
12322
12522
  client_registration_types_supported: string[];
12323
12523
  code_challenge_methods_supported: string[];
12324
12524
  acr_values_supported: string[];
12325
- grant_types_supported: string[];
12326
12525
  issuer: string;
12327
12526
  scopes_supported: string[];
12328
12527
  response_modes_supported: string[];
12329
- token_endpoint_auth_methods_supported: string[];
12330
- token_endpoint_auth_signing_alg_values_supported: string[];
12331
- dpop_signing_alg_values_supported?: string[] | undefined;
12332
- introspection_endpoint?: string | undefined;
12333
- authorization_details_types_supported?: string[] | undefined;
12334
- request_parameter_supported?: boolean | undefined;
12335
- request_uri_parameter_supported?: boolean | undefined;
12336
- response_types_supported?: string[] | undefined;
12337
- subject_types_supported?: string[] | undefined;
12528
+ request_object_signing_alg_values_supported: string[];
12338
12529
  };
12339
- wallet_relying_party?: {
12530
+ openid_credential_verifier?: {
12340
12531
  jwks: {
12341
12532
  keys: {
12342
12533
  kty: "RSA" | "EC";
@@ -12447,6 +12638,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12447
12638
  } | undefined;
12448
12639
  }[];
12449
12640
  credential_configurations_supported: Record<string, {
12641
+ format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
12450
12642
  display: {
12451
12643
  name: string;
12452
12644
  locale: string;
@@ -12459,15 +12651,23 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12459
12651
  }[];
12460
12652
  scope: string;
12461
12653
  cryptographic_binding_methods_supported: string[];
12462
- format: "vc+sd-jwt" | "mso_mdoc";
12463
- credential_signing_alg_values_supported: string[];
12464
- claims?: Record<string, {
12654
+ claims: {
12655
+ path: string[];
12465
12656
  display: {
12466
12657
  name: string;
12467
12658
  locale: string;
12659
+ logo?: {
12660
+ url: string;
12661
+ alt_text: string;
12662
+ } | undefined;
12663
+ background_color?: string | undefined;
12664
+ text_color?: string | undefined;
12468
12665
  }[];
12469
- value_type: string;
12470
- }> | undefined;
12666
+ mandatory?: boolean | undefined;
12667
+ value_type?: string | undefined;
12668
+ }[];
12669
+ vct?: string | undefined;
12670
+ credential_signing_alg_values_supported?: string[] | undefined;
12471
12671
  authentic_source?: string | undefined;
12472
12672
  issuance_errors_supported?: Record<string, {
12473
12673
  display: {
@@ -12506,7 +12706,10 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12506
12706
  credential_issuer: string;
12507
12707
  credential_endpoint: string;
12508
12708
  revocation_endpoint: string;
12709
+ nonce_endpoint: string;
12509
12710
  status_attestation_endpoint: string;
12711
+ trust_frameworks_supported: string[];
12712
+ evidence_supported: string[];
12510
12713
  };
12511
12714
  oauth_authorization_server: {
12512
12715
  pushed_authorization_request_endpoint: string;
@@ -12538,25 +12741,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12538
12741
  };
12539
12742
  authorization_endpoint: string;
12540
12743
  token_endpoint: string;
12541
- request_object_signing_alg_values_supported: string[];
12744
+ grant_types_supported: string[];
12745
+ token_endpoint_auth_methods_supported: string[];
12746
+ token_endpoint_auth_signing_alg_values_supported: string[];
12542
12747
  client_registration_types_supported: string[];
12543
12748
  code_challenge_methods_supported: string[];
12544
12749
  acr_values_supported: string[];
12545
- grant_types_supported: string[];
12546
12750
  issuer: string;
12547
12751
  scopes_supported: string[];
12548
12752
  response_modes_supported: string[];
12549
- token_endpoint_auth_methods_supported: string[];
12550
- token_endpoint_auth_signing_alg_values_supported: string[];
12551
- dpop_signing_alg_values_supported?: string[] | undefined;
12552
- introspection_endpoint?: string | undefined;
12553
- authorization_details_types_supported?: string[] | undefined;
12554
- request_parameter_supported?: boolean | undefined;
12555
- request_uri_parameter_supported?: boolean | undefined;
12556
- response_types_supported?: string[] | undefined;
12557
- subject_types_supported?: string[] | undefined;
12753
+ request_object_signing_alg_values_supported: string[];
12558
12754
  };
12559
- wallet_relying_party?: {
12755
+ openid_credential_verifier?: {
12560
12756
  jwks: {
12561
12757
  keys: {
12562
12758
  kty: "RSA" | "EC";
@@ -13379,9 +13575,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
13379
13575
  x5u?: string | undefined;
13380
13576
  }[];
13381
13577
  };
13578
+ sub: string;
13382
13579
  iat: number;
13383
13580
  exp: number;
13384
- sub: string;
13385
13581
  metadata: {
13386
13582
  federation_entity: {
13387
13583
  federation_fetch_endpoint?: string | undefined;
@@ -13438,9 +13634,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
13438
13634
  x5u?: string | undefined;
13439
13635
  }[];
13440
13636
  };
13637
+ sub: string;
13441
13638
  iat: number;
13442
13639
  exp: number;
13443
- sub: string;
13444
13640
  metadata: {
13445
13641
  federation_entity: {
13446
13642
  federation_fetch_endpoint?: string | undefined;
@@ -14214,9 +14410,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
14214
14410
  x5u?: string | undefined;
14215
14411
  }[];
14216
14412
  };
14413
+ sub: string;
14217
14414
  iat: number;
14218
14415
  exp: number;
14219
- sub: string;
14220
14416
  metadata: {
14221
14417
  federation_entity: {
14222
14418
  federation_fetch_endpoint?: string | undefined;
@@ -14273,9 +14469,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
14273
14469
  x5u?: string | undefined;
14274
14470
  }[];
14275
14471
  };
14472
+ sub: string;
14276
14473
  iat: number;
14277
14474
  exp: number;
14278
- sub: string;
14279
14475
  metadata: {
14280
14476
  federation_entity: {
14281
14477
  federation_fetch_endpoint?: string | undefined;