@pagopa/io-react-native-wallet 0.27.0 → 0.27.1
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.
- package/lib/commonjs/credential/issuance/04-complete-user-authorization.js +5 -5
- package/lib/commonjs/credential/issuance/04-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/05-authorize-access.js +3 -4
- package/lib/commonjs/credential/issuance/05-authorize-access.js.map +1 -1
- package/lib/commonjs/credential/issuance/06-obtain-credential.js +2 -3
- package/lib/commonjs/credential/issuance/06-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/README.md +2 -2
- package/lib/commonjs/credential/presentation/03-get-request-object.js +2 -3
- package/lib/commonjs/credential/presentation/03-get-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/04-send-authorization-response.js +4 -5
- package/lib/commonjs/credential/presentation/04-send-authorization-response.js.map +1 -1
- package/lib/commonjs/credential/status/02-status-attestation.js +2 -3
- package/lib/commonjs/credential/status/02-status-attestation.js.map +1 -1
- package/lib/commonjs/trust/chain.js.map +1 -1
- package/lib/commonjs/trust/types.js +3 -31
- package/lib/commonjs/trust/types.js.map +1 -1
- package/lib/commonjs/utils/crypto.js +2 -3
- package/lib/commonjs/utils/crypto.js.map +1 -1
- package/lib/commonjs/utils/par.js +3 -4
- package/lib/commonjs/utils/par.js.map +1 -1
- package/lib/module/credential/issuance/04-complete-user-authorization.js +5 -5
- package/lib/module/credential/issuance/04-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/05-authorize-access.js +3 -3
- package/lib/module/credential/issuance/05-authorize-access.js.map +1 -1
- package/lib/module/credential/issuance/06-obtain-credential.js +2 -2
- package/lib/module/credential/issuance/06-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/README.md +2 -2
- package/lib/module/credential/presentation/03-get-request-object.js +2 -2
- package/lib/module/credential/presentation/03-get-request-object.js.map +1 -1
- package/lib/module/credential/presentation/04-send-authorization-response.js +4 -4
- package/lib/module/credential/presentation/04-send-authorization-response.js.map +1 -1
- package/lib/module/credential/status/02-status-attestation.js +2 -2
- package/lib/module/credential/status/02-status-attestation.js.map +1 -1
- package/lib/module/trust/chain.js.map +1 -1
- package/lib/module/trust/types.js +3 -31
- package/lib/module/trust/types.js.map +1 -1
- package/lib/module/utils/crypto.js +2 -2
- package/lib/module/utils/crypto.js.map +1 -1
- package/lib/module/utils/par.js +3 -3
- package/lib/module/utils/par.js.map +1 -1
- package/lib/typescript/trust/chain.d.ts.map +1 -1
- package/lib/typescript/trust/index.d.ts +8 -42
- package/lib/typescript/trust/index.d.ts.map +1 -1
- package/lib/typescript/trust/types.d.ts +84 -478
- package/lib/typescript/trust/types.d.ts.map +1 -1
- package/lib/typescript/utils/errors.d.ts.map +1 -1
- package/lib/typescript/utils/misc.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/types.d.ts +4 -4
- package/package.json +17 -10
- package/src/credential/issuance/04-complete-user-authorization.ts +5 -5
- package/src/credential/issuance/05-authorize-access.ts +3 -3
- package/src/credential/issuance/06-obtain-credential.ts +2 -2
- package/src/credential/issuance/README.md +2 -2
- package/src/credential/presentation/03-get-request-object.ts +2 -2
- package/src/credential/presentation/04-send-authorization-response.ts +4 -4
- package/src/credential/presentation/types.ts +1 -1
- package/src/credential/status/02-status-attestation.ts +2 -2
- package/src/trust/chain.ts +14 -10
- package/src/trust/types.ts +1 -22
- package/src/utils/crypto.ts +2 -2
- package/src/utils/errors.ts +2 -2
- package/src/utils/misc.ts +2 -2
- package/src/utils/par.ts +3 -3
@@ -2138,30 +2138,12 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2138
2138
|
display: z.ZodArray<z.ZodObject<{
|
2139
2139
|
name: z.ZodString;
|
2140
2140
|
locale: z.ZodString;
|
2141
|
-
logo: z.ZodOptional<z.ZodObject<{
|
2142
|
-
url: z.ZodString;
|
2143
|
-
alt_text: z.ZodString;
|
2144
|
-
}, "strip", z.ZodTypeAny, {
|
2145
|
-
url: string;
|
2146
|
-
alt_text: string;
|
2147
|
-
}, {
|
2148
|
-
url: string;
|
2149
|
-
alt_text: string;
|
2150
|
-
}>>;
|
2151
2141
|
}, "strip", z.ZodTypeAny, {
|
2152
2142
|
name: string;
|
2153
2143
|
locale: string;
|
2154
|
-
logo?: {
|
2155
|
-
url: string;
|
2156
|
-
alt_text: string;
|
2157
|
-
} | undefined;
|
2158
2144
|
}, {
|
2159
2145
|
name: string;
|
2160
2146
|
locale: string;
|
2161
|
-
logo?: {
|
2162
|
-
url: string;
|
2163
|
-
alt_text: string;
|
2164
|
-
} | undefined;
|
2165
2147
|
}>, "many">;
|
2166
2148
|
credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodObject<{
|
2167
2149
|
format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"vc+mdoc-cbor">]>;
|
@@ -2169,38 +2151,14 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2169
2151
|
display: z.ZodArray<z.ZodObject<{
|
2170
2152
|
name: z.ZodString;
|
2171
2153
|
locale: z.ZodString;
|
2172
|
-
logo: z.ZodOptional<z.ZodObject<{
|
2173
|
-
url: z.ZodString;
|
2174
|
-
alt_text: z.ZodString;
|
2175
|
-
}, "strip", z.ZodTypeAny, {
|
2176
|
-
url: string;
|
2177
|
-
alt_text: string;
|
2178
|
-
}, {
|
2179
|
-
url: string;
|
2180
|
-
alt_text: string;
|
2181
|
-
}>>;
|
2182
|
-
background_color: z.ZodOptional<z.ZodString>;
|
2183
|
-
text_color: z.ZodOptional<z.ZodString>;
|
2184
2154
|
}, "strip", z.ZodTypeAny, {
|
2185
2155
|
name: string;
|
2186
2156
|
locale: string;
|
2187
|
-
logo?: {
|
2188
|
-
url: string;
|
2189
|
-
alt_text: string;
|
2190
|
-
} | undefined;
|
2191
|
-
background_color?: string | undefined;
|
2192
|
-
text_color?: string | undefined;
|
2193
2157
|
}, {
|
2194
2158
|
name: string;
|
2195
2159
|
locale: string;
|
2196
|
-
logo?: {
|
2197
|
-
url: string;
|
2198
|
-
alt_text: string;
|
2199
|
-
} | undefined;
|
2200
|
-
background_color?: string | undefined;
|
2201
|
-
text_color?: string | undefined;
|
2202
2160
|
}>, "many">;
|
2203
|
-
claims: z.
|
2161
|
+
claims: z.ZodRecord<z.ZodString, z.ZodObject<{
|
2204
2162
|
value_type: z.ZodString;
|
2205
2163
|
display: z.ZodArray<z.ZodObject<{
|
2206
2164
|
name: z.ZodString;
|
@@ -2224,7 +2182,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2224
2182
|
name: string;
|
2225
2183
|
locale: string;
|
2226
2184
|
}[];
|
2227
|
-
}
|
2185
|
+
}>>;
|
2228
2186
|
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
|
2229
2187
|
credential_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
2230
2188
|
authentic_source: z.ZodOptional<z.ZodString>;
|
@@ -2259,24 +2217,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2259
2217
|
display: {
|
2260
2218
|
name: string;
|
2261
2219
|
locale: string;
|
2262
|
-
logo?: {
|
2263
|
-
url: string;
|
2264
|
-
alt_text: string;
|
2265
|
-
} | undefined;
|
2266
|
-
background_color?: string | undefined;
|
2267
|
-
text_color?: string | undefined;
|
2268
2220
|
}[];
|
2269
2221
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2270
2222
|
scope: string;
|
2271
|
-
|
2272
|
-
credential_signing_alg_values_supported: string[];
|
2273
|
-
claims?: Record<string, {
|
2223
|
+
claims: Record<string, {
|
2274
2224
|
value_type: string;
|
2275
2225
|
display: {
|
2276
2226
|
name: string;
|
2277
2227
|
locale: string;
|
2278
2228
|
}[];
|
2279
|
-
}
|
2229
|
+
}>;
|
2230
|
+
cryptographic_binding_methods_supported: string[];
|
2231
|
+
credential_signing_alg_values_supported: string[];
|
2280
2232
|
authentic_source?: string | undefined;
|
2281
2233
|
issuance_errors_supported?: Record<string, {
|
2282
2234
|
display: {
|
@@ -2289,24 +2241,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2289
2241
|
display: {
|
2290
2242
|
name: string;
|
2291
2243
|
locale: string;
|
2292
|
-
logo?: {
|
2293
|
-
url: string;
|
2294
|
-
alt_text: string;
|
2295
|
-
} | undefined;
|
2296
|
-
background_color?: string | undefined;
|
2297
|
-
text_color?: string | undefined;
|
2298
2244
|
}[];
|
2299
2245
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2300
2246
|
scope: string;
|
2301
|
-
|
2302
|
-
credential_signing_alg_values_supported: string[];
|
2303
|
-
claims?: Record<string, {
|
2247
|
+
claims: Record<string, {
|
2304
2248
|
value_type: string;
|
2305
2249
|
display: {
|
2306
2250
|
name: string;
|
2307
2251
|
locale: string;
|
2308
2252
|
}[];
|
2309
|
-
}
|
2253
|
+
}>;
|
2254
|
+
cryptographic_binding_methods_supported: string[];
|
2255
|
+
credential_signing_alg_values_supported: string[];
|
2310
2256
|
authentic_source?: string | undefined;
|
2311
2257
|
issuance_errors_supported?: Record<string, {
|
2312
2258
|
display: {
|
@@ -2468,10 +2414,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2468
2414
|
display: {
|
2469
2415
|
name: string;
|
2470
2416
|
locale: string;
|
2471
|
-
logo?: {
|
2472
|
-
url: string;
|
2473
|
-
alt_text: string;
|
2474
|
-
} | undefined;
|
2475
2417
|
}[];
|
2476
2418
|
credential_issuer: string;
|
2477
2419
|
credential_endpoint: string;
|
@@ -2481,24 +2423,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2481
2423
|
display: {
|
2482
2424
|
name: string;
|
2483
2425
|
locale: string;
|
2484
|
-
logo?: {
|
2485
|
-
url: string;
|
2486
|
-
alt_text: string;
|
2487
|
-
} | undefined;
|
2488
|
-
background_color?: string | undefined;
|
2489
|
-
text_color?: string | undefined;
|
2490
2426
|
}[];
|
2491
2427
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2492
2428
|
scope: string;
|
2493
|
-
|
2494
|
-
credential_signing_alg_values_supported: string[];
|
2495
|
-
claims?: Record<string, {
|
2429
|
+
claims: Record<string, {
|
2496
2430
|
value_type: string;
|
2497
2431
|
display: {
|
2498
2432
|
name: string;
|
2499
2433
|
locale: string;
|
2500
2434
|
}[];
|
2501
|
-
}
|
2435
|
+
}>;
|
2436
|
+
cryptographic_binding_methods_supported: string[];
|
2437
|
+
credential_signing_alg_values_supported: string[];
|
2502
2438
|
authentic_source?: string | undefined;
|
2503
2439
|
issuance_errors_supported?: Record<string, {
|
2504
2440
|
display: {
|
@@ -2538,10 +2474,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2538
2474
|
display: {
|
2539
2475
|
name: string;
|
2540
2476
|
locale: string;
|
2541
|
-
logo?: {
|
2542
|
-
url: string;
|
2543
|
-
alt_text: string;
|
2544
|
-
} | undefined;
|
2545
2477
|
}[];
|
2546
2478
|
credential_issuer: string;
|
2547
2479
|
credential_endpoint: string;
|
@@ -2551,24 +2483,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2551
2483
|
display: {
|
2552
2484
|
name: string;
|
2553
2485
|
locale: string;
|
2554
|
-
logo?: {
|
2555
|
-
url: string;
|
2556
|
-
alt_text: string;
|
2557
|
-
} | undefined;
|
2558
|
-
background_color?: string | undefined;
|
2559
|
-
text_color?: string | undefined;
|
2560
2486
|
}[];
|
2561
2487
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2562
2488
|
scope: string;
|
2563
|
-
|
2564
|
-
credential_signing_alg_values_supported: string[];
|
2565
|
-
claims?: Record<string, {
|
2489
|
+
claims: Record<string, {
|
2566
2490
|
value_type: string;
|
2567
2491
|
display: {
|
2568
2492
|
name: string;
|
2569
2493
|
locale: string;
|
2570
2494
|
}[];
|
2571
|
-
}
|
2495
|
+
}>;
|
2496
|
+
cryptographic_binding_methods_supported: string[];
|
2497
|
+
credential_signing_alg_values_supported: string[];
|
2572
2498
|
authentic_source?: string | undefined;
|
2573
2499
|
issuance_errors_supported?: Record<string, {
|
2574
2500
|
display: {
|
@@ -2582,12 +2508,9 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2582
2508
|
oauth_authorization_server: z.ZodObject<{
|
2583
2509
|
authorization_endpoint: z.ZodString;
|
2584
2510
|
pushed_authorization_request_endpoint: z.ZodString;
|
2585
|
-
dpop_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2586
2511
|
token_endpoint: z.ZodString;
|
2587
|
-
introspection_endpoint: z.ZodOptional<z.ZodString>;
|
2588
2512
|
client_registration_types_supported: z.ZodArray<z.ZodString, "many">;
|
2589
2513
|
code_challenge_methods_supported: z.ZodArray<z.ZodString, "many">;
|
2590
|
-
authorization_details_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2591
2514
|
acr_values_supported: z.ZodArray<z.ZodString, "many">;
|
2592
2515
|
grant_types_supported: z.ZodArray<z.ZodString, "many">;
|
2593
2516
|
issuer: z.ZodString;
|
@@ -2714,11 +2637,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2714
2637
|
}[];
|
2715
2638
|
}>;
|
2716
2639
|
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
2640
|
response_modes_supported: z.ZodArray<z.ZodString, "many">;
|
2721
|
-
subject_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2722
2641
|
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString, "many">;
|
2723
2642
|
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
2724
2643
|
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
@@ -2762,13 +2681,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2762
2681
|
token_endpoint_auth_methods_supported: string[];
|
2763
2682
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
2764
2683
|
request_object_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;
|
2772
2684
|
}, {
|
2773
2685
|
jwks: {
|
2774
2686
|
keys: {
|
@@ -2809,13 +2721,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2809
2721
|
token_endpoint_auth_methods_supported: string[];
|
2810
2722
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
2811
2723
|
request_object_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;
|
2819
2724
|
}>;
|
2820
2725
|
/** Credential Issuers act as Relying Party
|
2821
2726
|
when they require the presentation of other credentials.
|
@@ -3041,10 +2946,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3041
2946
|
display: {
|
3042
2947
|
name: string;
|
3043
2948
|
locale: string;
|
3044
|
-
logo?: {
|
3045
|
-
url: string;
|
3046
|
-
alt_text: string;
|
3047
|
-
} | undefined;
|
3048
2949
|
}[];
|
3049
2950
|
credential_issuer: string;
|
3050
2951
|
credential_endpoint: string;
|
@@ -3054,24 +2955,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3054
2955
|
display: {
|
3055
2956
|
name: string;
|
3056
2957
|
locale: string;
|
3057
|
-
logo?: {
|
3058
|
-
url: string;
|
3059
|
-
alt_text: string;
|
3060
|
-
} | undefined;
|
3061
|
-
background_color?: string | undefined;
|
3062
|
-
text_color?: string | undefined;
|
3063
2958
|
}[];
|
3064
2959
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3065
2960
|
scope: string;
|
3066
|
-
|
3067
|
-
credential_signing_alg_values_supported: string[];
|
3068
|
-
claims?: Record<string, {
|
2961
|
+
claims: Record<string, {
|
3069
2962
|
value_type: string;
|
3070
2963
|
display: {
|
3071
2964
|
name: string;
|
3072
2965
|
locale: string;
|
3073
2966
|
}[];
|
3074
|
-
}
|
2967
|
+
}>;
|
2968
|
+
cryptographic_binding_methods_supported: string[];
|
2969
|
+
credential_signing_alg_values_supported: string[];
|
3075
2970
|
authentic_source?: string | undefined;
|
3076
2971
|
issuance_errors_supported?: Record<string, {
|
3077
2972
|
display: {
|
@@ -3122,13 +3017,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3122
3017
|
token_endpoint_auth_methods_supported: string[];
|
3123
3018
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3124
3019
|
request_object_signing_alg_values_supported: string[];
|
3125
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
3126
|
-
introspection_endpoint?: string | undefined;
|
3127
|
-
authorization_details_types_supported?: string[] | undefined;
|
3128
|
-
request_parameter_supported?: boolean | undefined;
|
3129
|
-
request_uri_parameter_supported?: boolean | undefined;
|
3130
|
-
response_types_supported?: string[] | undefined;
|
3131
|
-
subject_types_supported?: string[] | undefined;
|
3132
3020
|
};
|
3133
3021
|
wallet_relying_party?: {
|
3134
3022
|
jwks: {
|
@@ -3193,10 +3081,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3193
3081
|
display: {
|
3194
3082
|
name: string;
|
3195
3083
|
locale: string;
|
3196
|
-
logo?: {
|
3197
|
-
url: string;
|
3198
|
-
alt_text: string;
|
3199
|
-
} | undefined;
|
3200
3084
|
}[];
|
3201
3085
|
credential_issuer: string;
|
3202
3086
|
credential_endpoint: string;
|
@@ -3206,24 +3090,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3206
3090
|
display: {
|
3207
3091
|
name: string;
|
3208
3092
|
locale: string;
|
3209
|
-
logo?: {
|
3210
|
-
url: string;
|
3211
|
-
alt_text: string;
|
3212
|
-
} | undefined;
|
3213
|
-
background_color?: string | undefined;
|
3214
|
-
text_color?: string | undefined;
|
3215
3093
|
}[];
|
3216
3094
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3217
3095
|
scope: string;
|
3218
|
-
|
3219
|
-
credential_signing_alg_values_supported: string[];
|
3220
|
-
claims?: Record<string, {
|
3096
|
+
claims: Record<string, {
|
3221
3097
|
value_type: string;
|
3222
3098
|
display: {
|
3223
3099
|
name: string;
|
3224
3100
|
locale: string;
|
3225
3101
|
}[];
|
3226
|
-
}
|
3102
|
+
}>;
|
3103
|
+
cryptographic_binding_methods_supported: string[];
|
3104
|
+
credential_signing_alg_values_supported: string[];
|
3227
3105
|
authentic_source?: string | undefined;
|
3228
3106
|
issuance_errors_supported?: Record<string, {
|
3229
3107
|
display: {
|
@@ -3274,13 +3152,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3274
3152
|
token_endpoint_auth_methods_supported: string[];
|
3275
3153
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3276
3154
|
request_object_signing_alg_values_supported: string[];
|
3277
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
3278
|
-
introspection_endpoint?: string | undefined;
|
3279
|
-
authorization_details_types_supported?: string[] | undefined;
|
3280
|
-
request_parameter_supported?: boolean | undefined;
|
3281
|
-
request_uri_parameter_supported?: boolean | undefined;
|
3282
|
-
response_types_supported?: string[] | undefined;
|
3283
|
-
subject_types_supported?: string[] | undefined;
|
3284
3155
|
};
|
3285
3156
|
wallet_relying_party?: {
|
3286
3157
|
jwks: {
|
@@ -3373,10 +3244,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3373
3244
|
display: {
|
3374
3245
|
name: string;
|
3375
3246
|
locale: string;
|
3376
|
-
logo?: {
|
3377
|
-
url: string;
|
3378
|
-
alt_text: string;
|
3379
|
-
} | undefined;
|
3380
3247
|
}[];
|
3381
3248
|
credential_issuer: string;
|
3382
3249
|
credential_endpoint: string;
|
@@ -3386,24 +3253,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3386
3253
|
display: {
|
3387
3254
|
name: string;
|
3388
3255
|
locale: string;
|
3389
|
-
logo?: {
|
3390
|
-
url: string;
|
3391
|
-
alt_text: string;
|
3392
|
-
} | undefined;
|
3393
|
-
background_color?: string | undefined;
|
3394
|
-
text_color?: string | undefined;
|
3395
3256
|
}[];
|
3396
3257
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3397
3258
|
scope: string;
|
3398
|
-
|
3399
|
-
credential_signing_alg_values_supported: string[];
|
3400
|
-
claims?: Record<string, {
|
3259
|
+
claims: Record<string, {
|
3401
3260
|
value_type: string;
|
3402
3261
|
display: {
|
3403
3262
|
name: string;
|
3404
3263
|
locale: string;
|
3405
3264
|
}[];
|
3406
|
-
}
|
3265
|
+
}>;
|
3266
|
+
cryptographic_binding_methods_supported: string[];
|
3267
|
+
credential_signing_alg_values_supported: string[];
|
3407
3268
|
authentic_source?: string | undefined;
|
3408
3269
|
issuance_errors_supported?: Record<string, {
|
3409
3270
|
display: {
|
@@ -3454,13 +3315,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3454
3315
|
token_endpoint_auth_methods_supported: string[];
|
3455
3316
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3456
3317
|
request_object_signing_alg_values_supported: string[];
|
3457
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
3458
|
-
introspection_endpoint?: string | undefined;
|
3459
|
-
authorization_details_types_supported?: string[] | undefined;
|
3460
|
-
request_parameter_supported?: boolean | undefined;
|
3461
|
-
request_uri_parameter_supported?: boolean | undefined;
|
3462
|
-
response_types_supported?: string[] | undefined;
|
3463
|
-
subject_types_supported?: string[] | undefined;
|
3464
3318
|
};
|
3465
3319
|
wallet_relying_party?: {
|
3466
3320
|
jwks: {
|
@@ -3553,10 +3407,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3553
3407
|
display: {
|
3554
3408
|
name: string;
|
3555
3409
|
locale: string;
|
3556
|
-
logo?: {
|
3557
|
-
url: string;
|
3558
|
-
alt_text: string;
|
3559
|
-
} | undefined;
|
3560
3410
|
}[];
|
3561
3411
|
credential_issuer: string;
|
3562
3412
|
credential_endpoint: string;
|
@@ -3566,24 +3416,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3566
3416
|
display: {
|
3567
3417
|
name: string;
|
3568
3418
|
locale: string;
|
3569
|
-
logo?: {
|
3570
|
-
url: string;
|
3571
|
-
alt_text: string;
|
3572
|
-
} | undefined;
|
3573
|
-
background_color?: string | undefined;
|
3574
|
-
text_color?: string | undefined;
|
3575
3419
|
}[];
|
3576
3420
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3577
3421
|
scope: string;
|
3578
|
-
|
3579
|
-
credential_signing_alg_values_supported: string[];
|
3580
|
-
claims?: Record<string, {
|
3422
|
+
claims: Record<string, {
|
3581
3423
|
value_type: string;
|
3582
3424
|
display: {
|
3583
3425
|
name: string;
|
3584
3426
|
locale: string;
|
3585
3427
|
}[];
|
3586
|
-
}
|
3428
|
+
}>;
|
3429
|
+
cryptographic_binding_methods_supported: string[];
|
3430
|
+
credential_signing_alg_values_supported: string[];
|
3587
3431
|
authentic_source?: string | undefined;
|
3588
3432
|
issuance_errors_supported?: Record<string, {
|
3589
3433
|
display: {
|
@@ -3634,13 +3478,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3634
3478
|
token_endpoint_auth_methods_supported: string[];
|
3635
3479
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3636
3480
|
request_object_signing_alg_values_supported: string[];
|
3637
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
3638
|
-
introspection_endpoint?: string | undefined;
|
3639
|
-
authorization_details_types_supported?: string[] | undefined;
|
3640
|
-
request_parameter_supported?: boolean | undefined;
|
3641
|
-
request_uri_parameter_supported?: boolean | undefined;
|
3642
|
-
response_types_supported?: string[] | undefined;
|
3643
|
-
subject_types_supported?: string[] | undefined;
|
3644
3481
|
};
|
3645
3482
|
wallet_relying_party?: {
|
3646
3483
|
jwks: {
|
@@ -3735,10 +3572,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3735
3572
|
display: {
|
3736
3573
|
name: string;
|
3737
3574
|
locale: string;
|
3738
|
-
logo?: {
|
3739
|
-
url: string;
|
3740
|
-
alt_text: string;
|
3741
|
-
} | undefined;
|
3742
3575
|
}[];
|
3743
3576
|
credential_issuer: string;
|
3744
3577
|
credential_endpoint: string;
|
@@ -3748,24 +3581,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3748
3581
|
display: {
|
3749
3582
|
name: string;
|
3750
3583
|
locale: string;
|
3751
|
-
logo?: {
|
3752
|
-
url: string;
|
3753
|
-
alt_text: string;
|
3754
|
-
} | undefined;
|
3755
|
-
background_color?: string | undefined;
|
3756
|
-
text_color?: string | undefined;
|
3757
3584
|
}[];
|
3758
3585
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3759
3586
|
scope: string;
|
3760
|
-
|
3761
|
-
credential_signing_alg_values_supported: string[];
|
3762
|
-
claims?: Record<string, {
|
3587
|
+
claims: Record<string, {
|
3763
3588
|
value_type: string;
|
3764
3589
|
display: {
|
3765
3590
|
name: string;
|
3766
3591
|
locale: string;
|
3767
3592
|
}[];
|
3768
|
-
}
|
3593
|
+
}>;
|
3594
|
+
cryptographic_binding_methods_supported: string[];
|
3595
|
+
credential_signing_alg_values_supported: string[];
|
3769
3596
|
authentic_source?: string | undefined;
|
3770
3597
|
issuance_errors_supported?: Record<string, {
|
3771
3598
|
display: {
|
@@ -3816,13 +3643,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3816
3643
|
token_endpoint_auth_methods_supported: string[];
|
3817
3644
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3818
3645
|
request_object_signing_alg_values_supported: string[];
|
3819
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
3820
|
-
introspection_endpoint?: string | undefined;
|
3821
|
-
authorization_details_types_supported?: string[] | undefined;
|
3822
|
-
request_parameter_supported?: boolean | undefined;
|
3823
|
-
request_uri_parameter_supported?: boolean | undefined;
|
3824
|
-
response_types_supported?: string[] | undefined;
|
3825
|
-
subject_types_supported?: string[] | undefined;
|
3826
3646
|
};
|
3827
3647
|
wallet_relying_party?: {
|
3828
3648
|
jwks: {
|
@@ -3917,10 +3737,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3917
3737
|
display: {
|
3918
3738
|
name: string;
|
3919
3739
|
locale: string;
|
3920
|
-
logo?: {
|
3921
|
-
url: string;
|
3922
|
-
alt_text: string;
|
3923
|
-
} | undefined;
|
3924
3740
|
}[];
|
3925
3741
|
credential_issuer: string;
|
3926
3742
|
credential_endpoint: string;
|
@@ -3930,24 +3746,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3930
3746
|
display: {
|
3931
3747
|
name: string;
|
3932
3748
|
locale: string;
|
3933
|
-
logo?: {
|
3934
|
-
url: string;
|
3935
|
-
alt_text: string;
|
3936
|
-
} | undefined;
|
3937
|
-
background_color?: string | undefined;
|
3938
|
-
text_color?: string | undefined;
|
3939
3749
|
}[];
|
3940
3750
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3941
3751
|
scope: string;
|
3942
|
-
|
3943
|
-
credential_signing_alg_values_supported: string[];
|
3944
|
-
claims?: Record<string, {
|
3752
|
+
claims: Record<string, {
|
3945
3753
|
value_type: string;
|
3946
3754
|
display: {
|
3947
3755
|
name: string;
|
3948
3756
|
locale: string;
|
3949
3757
|
}[];
|
3950
|
-
}
|
3758
|
+
}>;
|
3759
|
+
cryptographic_binding_methods_supported: string[];
|
3760
|
+
credential_signing_alg_values_supported: string[];
|
3951
3761
|
authentic_source?: string | undefined;
|
3952
3762
|
issuance_errors_supported?: Record<string, {
|
3953
3763
|
display: {
|
@@ -3998,13 +3808,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3998
3808
|
token_endpoint_auth_methods_supported: string[];
|
3999
3809
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
4000
3810
|
request_object_signing_alg_values_supported: string[];
|
4001
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
4002
|
-
introspection_endpoint?: string | undefined;
|
4003
|
-
authorization_details_types_supported?: string[] | undefined;
|
4004
|
-
request_parameter_supported?: boolean | undefined;
|
4005
|
-
request_uri_parameter_supported?: boolean | undefined;
|
4006
|
-
response_types_supported?: string[] | undefined;
|
4007
|
-
subject_types_supported?: string[] | undefined;
|
4008
3811
|
};
|
4009
3812
|
wallet_relying_party?: {
|
4010
3813
|
jwks: {
|
@@ -9160,30 +8963,12 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9160
8963
|
display: z.ZodArray<z.ZodObject<{
|
9161
8964
|
name: z.ZodString;
|
9162
8965
|
locale: z.ZodString;
|
9163
|
-
logo: z.ZodOptional<z.ZodObject<{
|
9164
|
-
url: z.ZodString;
|
9165
|
-
alt_text: z.ZodString;
|
9166
|
-
}, "strip", z.ZodTypeAny, {
|
9167
|
-
url: string;
|
9168
|
-
alt_text: string;
|
9169
|
-
}, {
|
9170
|
-
url: string;
|
9171
|
-
alt_text: string;
|
9172
|
-
}>>;
|
9173
8966
|
}, "strip", z.ZodTypeAny, {
|
9174
8967
|
name: string;
|
9175
8968
|
locale: string;
|
9176
|
-
logo?: {
|
9177
|
-
url: string;
|
9178
|
-
alt_text: string;
|
9179
|
-
} | undefined;
|
9180
8969
|
}, {
|
9181
8970
|
name: string;
|
9182
8971
|
locale: string;
|
9183
|
-
logo?: {
|
9184
|
-
url: string;
|
9185
|
-
alt_text: string;
|
9186
|
-
} | undefined;
|
9187
8972
|
}>, "many">;
|
9188
8973
|
credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodObject<{
|
9189
8974
|
format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"vc+mdoc-cbor">]>;
|
@@ -9191,38 +8976,14 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9191
8976
|
display: z.ZodArray<z.ZodObject<{
|
9192
8977
|
name: z.ZodString;
|
9193
8978
|
locale: z.ZodString;
|
9194
|
-
logo: z.ZodOptional<z.ZodObject<{
|
9195
|
-
url: z.ZodString;
|
9196
|
-
alt_text: z.ZodString;
|
9197
|
-
}, "strip", z.ZodTypeAny, {
|
9198
|
-
url: string;
|
9199
|
-
alt_text: string;
|
9200
|
-
}, {
|
9201
|
-
url: string;
|
9202
|
-
alt_text: string;
|
9203
|
-
}>>;
|
9204
|
-
background_color: z.ZodOptional<z.ZodString>;
|
9205
|
-
text_color: z.ZodOptional<z.ZodString>;
|
9206
8979
|
}, "strip", z.ZodTypeAny, {
|
9207
8980
|
name: string;
|
9208
8981
|
locale: string;
|
9209
|
-
logo?: {
|
9210
|
-
url: string;
|
9211
|
-
alt_text: string;
|
9212
|
-
} | undefined;
|
9213
|
-
background_color?: string | undefined;
|
9214
|
-
text_color?: string | undefined;
|
9215
8982
|
}, {
|
9216
8983
|
name: string;
|
9217
8984
|
locale: string;
|
9218
|
-
logo?: {
|
9219
|
-
url: string;
|
9220
|
-
alt_text: string;
|
9221
|
-
} | undefined;
|
9222
|
-
background_color?: string | undefined;
|
9223
|
-
text_color?: string | undefined;
|
9224
8985
|
}>, "many">;
|
9225
|
-
claims: z.
|
8986
|
+
claims: z.ZodRecord<z.ZodString, z.ZodObject<{
|
9226
8987
|
value_type: z.ZodString;
|
9227
8988
|
display: z.ZodArray<z.ZodObject<{
|
9228
8989
|
name: z.ZodString;
|
@@ -9246,7 +9007,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9246
9007
|
name: string;
|
9247
9008
|
locale: string;
|
9248
9009
|
}[];
|
9249
|
-
}
|
9010
|
+
}>>;
|
9250
9011
|
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
|
9251
9012
|
credential_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
9252
9013
|
authentic_source: z.ZodOptional<z.ZodString>;
|
@@ -9281,24 +9042,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9281
9042
|
display: {
|
9282
9043
|
name: string;
|
9283
9044
|
locale: string;
|
9284
|
-
logo?: {
|
9285
|
-
url: string;
|
9286
|
-
alt_text: string;
|
9287
|
-
} | undefined;
|
9288
|
-
background_color?: string | undefined;
|
9289
|
-
text_color?: string | undefined;
|
9290
9045
|
}[];
|
9291
9046
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9292
9047
|
scope: string;
|
9293
|
-
|
9294
|
-
credential_signing_alg_values_supported: string[];
|
9295
|
-
claims?: Record<string, {
|
9048
|
+
claims: Record<string, {
|
9296
9049
|
value_type: string;
|
9297
9050
|
display: {
|
9298
9051
|
name: string;
|
9299
9052
|
locale: string;
|
9300
9053
|
}[];
|
9301
|
-
}
|
9054
|
+
}>;
|
9055
|
+
cryptographic_binding_methods_supported: string[];
|
9056
|
+
credential_signing_alg_values_supported: string[];
|
9302
9057
|
authentic_source?: string | undefined;
|
9303
9058
|
issuance_errors_supported?: Record<string, {
|
9304
9059
|
display: {
|
@@ -9311,24 +9066,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9311
9066
|
display: {
|
9312
9067
|
name: string;
|
9313
9068
|
locale: string;
|
9314
|
-
logo?: {
|
9315
|
-
url: string;
|
9316
|
-
alt_text: string;
|
9317
|
-
} | undefined;
|
9318
|
-
background_color?: string | undefined;
|
9319
|
-
text_color?: string | undefined;
|
9320
9069
|
}[];
|
9321
9070
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9322
9071
|
scope: string;
|
9323
|
-
|
9324
|
-
credential_signing_alg_values_supported: string[];
|
9325
|
-
claims?: Record<string, {
|
9072
|
+
claims: Record<string, {
|
9326
9073
|
value_type: string;
|
9327
9074
|
display: {
|
9328
9075
|
name: string;
|
9329
9076
|
locale: string;
|
9330
9077
|
}[];
|
9331
|
-
}
|
9078
|
+
}>;
|
9079
|
+
cryptographic_binding_methods_supported: string[];
|
9080
|
+
credential_signing_alg_values_supported: string[];
|
9332
9081
|
authentic_source?: string | undefined;
|
9333
9082
|
issuance_errors_supported?: Record<string, {
|
9334
9083
|
display: {
|
@@ -9490,10 +9239,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9490
9239
|
display: {
|
9491
9240
|
name: string;
|
9492
9241
|
locale: string;
|
9493
|
-
logo?: {
|
9494
|
-
url: string;
|
9495
|
-
alt_text: string;
|
9496
|
-
} | undefined;
|
9497
9242
|
}[];
|
9498
9243
|
credential_issuer: string;
|
9499
9244
|
credential_endpoint: string;
|
@@ -9503,24 +9248,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9503
9248
|
display: {
|
9504
9249
|
name: string;
|
9505
9250
|
locale: string;
|
9506
|
-
logo?: {
|
9507
|
-
url: string;
|
9508
|
-
alt_text: string;
|
9509
|
-
} | undefined;
|
9510
|
-
background_color?: string | undefined;
|
9511
|
-
text_color?: string | undefined;
|
9512
9251
|
}[];
|
9513
9252
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9514
9253
|
scope: string;
|
9515
|
-
|
9516
|
-
credential_signing_alg_values_supported: string[];
|
9517
|
-
claims?: Record<string, {
|
9254
|
+
claims: Record<string, {
|
9518
9255
|
value_type: string;
|
9519
9256
|
display: {
|
9520
9257
|
name: string;
|
9521
9258
|
locale: string;
|
9522
9259
|
}[];
|
9523
|
-
}
|
9260
|
+
}>;
|
9261
|
+
cryptographic_binding_methods_supported: string[];
|
9262
|
+
credential_signing_alg_values_supported: string[];
|
9524
9263
|
authentic_source?: string | undefined;
|
9525
9264
|
issuance_errors_supported?: Record<string, {
|
9526
9265
|
display: {
|
@@ -9560,10 +9299,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9560
9299
|
display: {
|
9561
9300
|
name: string;
|
9562
9301
|
locale: string;
|
9563
|
-
logo?: {
|
9564
|
-
url: string;
|
9565
|
-
alt_text: string;
|
9566
|
-
} | undefined;
|
9567
9302
|
}[];
|
9568
9303
|
credential_issuer: string;
|
9569
9304
|
credential_endpoint: string;
|
@@ -9573,24 +9308,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9573
9308
|
display: {
|
9574
9309
|
name: string;
|
9575
9310
|
locale: string;
|
9576
|
-
logo?: {
|
9577
|
-
url: string;
|
9578
|
-
alt_text: string;
|
9579
|
-
} | undefined;
|
9580
|
-
background_color?: string | undefined;
|
9581
|
-
text_color?: string | undefined;
|
9582
9311
|
}[];
|
9583
9312
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9584
9313
|
scope: string;
|
9585
|
-
|
9586
|
-
credential_signing_alg_values_supported: string[];
|
9587
|
-
claims?: Record<string, {
|
9314
|
+
claims: Record<string, {
|
9588
9315
|
value_type: string;
|
9589
9316
|
display: {
|
9590
9317
|
name: string;
|
9591
9318
|
locale: string;
|
9592
9319
|
}[];
|
9593
|
-
}
|
9320
|
+
}>;
|
9321
|
+
cryptographic_binding_methods_supported: string[];
|
9322
|
+
credential_signing_alg_values_supported: string[];
|
9594
9323
|
authentic_source?: string | undefined;
|
9595
9324
|
issuance_errors_supported?: Record<string, {
|
9596
9325
|
display: {
|
@@ -9604,12 +9333,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9604
9333
|
oauth_authorization_server: z.ZodObject<{
|
9605
9334
|
authorization_endpoint: z.ZodString;
|
9606
9335
|
pushed_authorization_request_endpoint: z.ZodString;
|
9607
|
-
dpop_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
9608
9336
|
token_endpoint: z.ZodString;
|
9609
|
-
introspection_endpoint: z.ZodOptional<z.ZodString>;
|
9610
9337
|
client_registration_types_supported: z.ZodArray<z.ZodString, "many">;
|
9611
9338
|
code_challenge_methods_supported: z.ZodArray<z.ZodString, "many">;
|
9612
|
-
authorization_details_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
9613
9339
|
acr_values_supported: z.ZodArray<z.ZodString, "many">;
|
9614
9340
|
grant_types_supported: z.ZodArray<z.ZodString, "many">;
|
9615
9341
|
issuer: z.ZodString;
|
@@ -9736,11 +9462,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9736
9462
|
}[];
|
9737
9463
|
}>;
|
9738
9464
|
scopes_supported: z.ZodArray<z.ZodString, "many">;
|
9739
|
-
request_parameter_supported: z.ZodOptional<z.ZodBoolean>;
|
9740
|
-
request_uri_parameter_supported: z.ZodOptional<z.ZodBoolean>;
|
9741
|
-
response_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
9742
9465
|
response_modes_supported: z.ZodArray<z.ZodString, "many">;
|
9743
|
-
subject_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
9744
9466
|
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString, "many">;
|
9745
9467
|
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
9746
9468
|
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
@@ -9784,13 +9506,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9784
9506
|
token_endpoint_auth_methods_supported: string[];
|
9785
9507
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
9786
9508
|
request_object_signing_alg_values_supported: string[];
|
9787
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
9788
|
-
introspection_endpoint?: string | undefined;
|
9789
|
-
authorization_details_types_supported?: string[] | undefined;
|
9790
|
-
request_parameter_supported?: boolean | undefined;
|
9791
|
-
request_uri_parameter_supported?: boolean | undefined;
|
9792
|
-
response_types_supported?: string[] | undefined;
|
9793
|
-
subject_types_supported?: string[] | undefined;
|
9794
9509
|
}, {
|
9795
9510
|
jwks: {
|
9796
9511
|
keys: {
|
@@ -9831,13 +9546,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9831
9546
|
token_endpoint_auth_methods_supported: string[];
|
9832
9547
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
9833
9548
|
request_object_signing_alg_values_supported: string[];
|
9834
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
9835
|
-
introspection_endpoint?: string | undefined;
|
9836
|
-
authorization_details_types_supported?: string[] | undefined;
|
9837
|
-
request_parameter_supported?: boolean | undefined;
|
9838
|
-
request_uri_parameter_supported?: boolean | undefined;
|
9839
|
-
response_types_supported?: string[] | undefined;
|
9840
|
-
subject_types_supported?: string[] | undefined;
|
9841
9549
|
}>;
|
9842
9550
|
/** Credential Issuers act as Relying Party
|
9843
9551
|
when they require the presentation of other credentials.
|
@@ -10063,10 +9771,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10063
9771
|
display: {
|
10064
9772
|
name: string;
|
10065
9773
|
locale: string;
|
10066
|
-
logo?: {
|
10067
|
-
url: string;
|
10068
|
-
alt_text: string;
|
10069
|
-
} | undefined;
|
10070
9774
|
}[];
|
10071
9775
|
credential_issuer: string;
|
10072
9776
|
credential_endpoint: string;
|
@@ -10076,24 +9780,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10076
9780
|
display: {
|
10077
9781
|
name: string;
|
10078
9782
|
locale: string;
|
10079
|
-
logo?: {
|
10080
|
-
url: string;
|
10081
|
-
alt_text: string;
|
10082
|
-
} | undefined;
|
10083
|
-
background_color?: string | undefined;
|
10084
|
-
text_color?: string | undefined;
|
10085
9783
|
}[];
|
10086
9784
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10087
9785
|
scope: string;
|
10088
|
-
|
10089
|
-
credential_signing_alg_values_supported: string[];
|
10090
|
-
claims?: Record<string, {
|
9786
|
+
claims: Record<string, {
|
10091
9787
|
value_type: string;
|
10092
9788
|
display: {
|
10093
9789
|
name: string;
|
10094
9790
|
locale: string;
|
10095
9791
|
}[];
|
10096
|
-
}
|
9792
|
+
}>;
|
9793
|
+
cryptographic_binding_methods_supported: string[];
|
9794
|
+
credential_signing_alg_values_supported: string[];
|
10097
9795
|
authentic_source?: string | undefined;
|
10098
9796
|
issuance_errors_supported?: Record<string, {
|
10099
9797
|
display: {
|
@@ -10144,13 +9842,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10144
9842
|
token_endpoint_auth_methods_supported: string[];
|
10145
9843
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10146
9844
|
request_object_signing_alg_values_supported: string[];
|
10147
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
10148
|
-
introspection_endpoint?: string | undefined;
|
10149
|
-
authorization_details_types_supported?: string[] | undefined;
|
10150
|
-
request_parameter_supported?: boolean | undefined;
|
10151
|
-
request_uri_parameter_supported?: boolean | undefined;
|
10152
|
-
response_types_supported?: string[] | undefined;
|
10153
|
-
subject_types_supported?: string[] | undefined;
|
10154
9845
|
};
|
10155
9846
|
wallet_relying_party?: {
|
10156
9847
|
jwks: {
|
@@ -10215,10 +9906,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10215
9906
|
display: {
|
10216
9907
|
name: string;
|
10217
9908
|
locale: string;
|
10218
|
-
logo?: {
|
10219
|
-
url: string;
|
10220
|
-
alt_text: string;
|
10221
|
-
} | undefined;
|
10222
9909
|
}[];
|
10223
9910
|
credential_issuer: string;
|
10224
9911
|
credential_endpoint: string;
|
@@ -10228,24 +9915,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10228
9915
|
display: {
|
10229
9916
|
name: string;
|
10230
9917
|
locale: string;
|
10231
|
-
logo?: {
|
10232
|
-
url: string;
|
10233
|
-
alt_text: string;
|
10234
|
-
} | undefined;
|
10235
|
-
background_color?: string | undefined;
|
10236
|
-
text_color?: string | undefined;
|
10237
9918
|
}[];
|
10238
9919
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10239
9920
|
scope: string;
|
10240
|
-
|
10241
|
-
credential_signing_alg_values_supported: string[];
|
10242
|
-
claims?: Record<string, {
|
9921
|
+
claims: Record<string, {
|
10243
9922
|
value_type: string;
|
10244
9923
|
display: {
|
10245
9924
|
name: string;
|
10246
9925
|
locale: string;
|
10247
9926
|
}[];
|
10248
|
-
}
|
9927
|
+
}>;
|
9928
|
+
cryptographic_binding_methods_supported: string[];
|
9929
|
+
credential_signing_alg_values_supported: string[];
|
10249
9930
|
authentic_source?: string | undefined;
|
10250
9931
|
issuance_errors_supported?: Record<string, {
|
10251
9932
|
display: {
|
@@ -10296,13 +9977,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10296
9977
|
token_endpoint_auth_methods_supported: string[];
|
10297
9978
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10298
9979
|
request_object_signing_alg_values_supported: string[];
|
10299
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
10300
|
-
introspection_endpoint?: string | undefined;
|
10301
|
-
authorization_details_types_supported?: string[] | undefined;
|
10302
|
-
request_parameter_supported?: boolean | undefined;
|
10303
|
-
request_uri_parameter_supported?: boolean | undefined;
|
10304
|
-
response_types_supported?: string[] | undefined;
|
10305
|
-
subject_types_supported?: string[] | undefined;
|
10306
9980
|
};
|
10307
9981
|
wallet_relying_party?: {
|
10308
9982
|
jwks: {
|
@@ -10395,10 +10069,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10395
10069
|
display: {
|
10396
10070
|
name: string;
|
10397
10071
|
locale: string;
|
10398
|
-
logo?: {
|
10399
|
-
url: string;
|
10400
|
-
alt_text: string;
|
10401
|
-
} | undefined;
|
10402
10072
|
}[];
|
10403
10073
|
credential_issuer: string;
|
10404
10074
|
credential_endpoint: string;
|
@@ -10408,24 +10078,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10408
10078
|
display: {
|
10409
10079
|
name: string;
|
10410
10080
|
locale: string;
|
10411
|
-
logo?: {
|
10412
|
-
url: string;
|
10413
|
-
alt_text: string;
|
10414
|
-
} | undefined;
|
10415
|
-
background_color?: string | undefined;
|
10416
|
-
text_color?: string | undefined;
|
10417
10081
|
}[];
|
10418
10082
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10419
10083
|
scope: string;
|
10420
|
-
|
10421
|
-
credential_signing_alg_values_supported: string[];
|
10422
|
-
claims?: Record<string, {
|
10084
|
+
claims: Record<string, {
|
10423
10085
|
value_type: string;
|
10424
10086
|
display: {
|
10425
10087
|
name: string;
|
10426
10088
|
locale: string;
|
10427
10089
|
}[];
|
10428
|
-
}
|
10090
|
+
}>;
|
10091
|
+
cryptographic_binding_methods_supported: string[];
|
10092
|
+
credential_signing_alg_values_supported: string[];
|
10429
10093
|
authentic_source?: string | undefined;
|
10430
10094
|
issuance_errors_supported?: Record<string, {
|
10431
10095
|
display: {
|
@@ -10476,13 +10140,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10476
10140
|
token_endpoint_auth_methods_supported: string[];
|
10477
10141
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10478
10142
|
request_object_signing_alg_values_supported: string[];
|
10479
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
10480
|
-
introspection_endpoint?: string | undefined;
|
10481
|
-
authorization_details_types_supported?: string[] | undefined;
|
10482
|
-
request_parameter_supported?: boolean | undefined;
|
10483
|
-
request_uri_parameter_supported?: boolean | undefined;
|
10484
|
-
response_types_supported?: string[] | undefined;
|
10485
|
-
subject_types_supported?: string[] | undefined;
|
10486
10143
|
};
|
10487
10144
|
wallet_relying_party?: {
|
10488
10145
|
jwks: {
|
@@ -10575,10 +10232,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10575
10232
|
display: {
|
10576
10233
|
name: string;
|
10577
10234
|
locale: string;
|
10578
|
-
logo?: {
|
10579
|
-
url: string;
|
10580
|
-
alt_text: string;
|
10581
|
-
} | undefined;
|
10582
10235
|
}[];
|
10583
10236
|
credential_issuer: string;
|
10584
10237
|
credential_endpoint: string;
|
@@ -10588,24 +10241,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10588
10241
|
display: {
|
10589
10242
|
name: string;
|
10590
10243
|
locale: string;
|
10591
|
-
logo?: {
|
10592
|
-
url: string;
|
10593
|
-
alt_text: string;
|
10594
|
-
} | undefined;
|
10595
|
-
background_color?: string | undefined;
|
10596
|
-
text_color?: string | undefined;
|
10597
10244
|
}[];
|
10598
10245
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10599
10246
|
scope: string;
|
10600
|
-
|
10601
|
-
credential_signing_alg_values_supported: string[];
|
10602
|
-
claims?: Record<string, {
|
10247
|
+
claims: Record<string, {
|
10603
10248
|
value_type: string;
|
10604
10249
|
display: {
|
10605
10250
|
name: string;
|
10606
10251
|
locale: string;
|
10607
10252
|
}[];
|
10608
|
-
}
|
10253
|
+
}>;
|
10254
|
+
cryptographic_binding_methods_supported: string[];
|
10255
|
+
credential_signing_alg_values_supported: string[];
|
10609
10256
|
authentic_source?: string | undefined;
|
10610
10257
|
issuance_errors_supported?: Record<string, {
|
10611
10258
|
display: {
|
@@ -10656,13 +10303,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10656
10303
|
token_endpoint_auth_methods_supported: string[];
|
10657
10304
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10658
10305
|
request_object_signing_alg_values_supported: string[];
|
10659
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
10660
|
-
introspection_endpoint?: string | undefined;
|
10661
|
-
authorization_details_types_supported?: string[] | undefined;
|
10662
|
-
request_parameter_supported?: boolean | undefined;
|
10663
|
-
request_uri_parameter_supported?: boolean | undefined;
|
10664
|
-
response_types_supported?: string[] | undefined;
|
10665
|
-
subject_types_supported?: string[] | undefined;
|
10666
10306
|
};
|
10667
10307
|
wallet_relying_party?: {
|
10668
10308
|
jwks: {
|
@@ -10757,10 +10397,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10757
10397
|
display: {
|
10758
10398
|
name: string;
|
10759
10399
|
locale: string;
|
10760
|
-
logo?: {
|
10761
|
-
url: string;
|
10762
|
-
alt_text: string;
|
10763
|
-
} | undefined;
|
10764
10400
|
}[];
|
10765
10401
|
credential_issuer: string;
|
10766
10402
|
credential_endpoint: string;
|
@@ -10770,24 +10406,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10770
10406
|
display: {
|
10771
10407
|
name: string;
|
10772
10408
|
locale: string;
|
10773
|
-
logo?: {
|
10774
|
-
url: string;
|
10775
|
-
alt_text: string;
|
10776
|
-
} | undefined;
|
10777
|
-
background_color?: string | undefined;
|
10778
|
-
text_color?: string | undefined;
|
10779
10409
|
}[];
|
10780
10410
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10781
10411
|
scope: string;
|
10782
|
-
|
10783
|
-
credential_signing_alg_values_supported: string[];
|
10784
|
-
claims?: Record<string, {
|
10412
|
+
claims: Record<string, {
|
10785
10413
|
value_type: string;
|
10786
10414
|
display: {
|
10787
10415
|
name: string;
|
10788
10416
|
locale: string;
|
10789
10417
|
}[];
|
10790
|
-
}
|
10418
|
+
}>;
|
10419
|
+
cryptographic_binding_methods_supported: string[];
|
10420
|
+
credential_signing_alg_values_supported: string[];
|
10791
10421
|
authentic_source?: string | undefined;
|
10792
10422
|
issuance_errors_supported?: Record<string, {
|
10793
10423
|
display: {
|
@@ -10838,13 +10468,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10838
10468
|
token_endpoint_auth_methods_supported: string[];
|
10839
10469
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10840
10470
|
request_object_signing_alg_values_supported: string[];
|
10841
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
10842
|
-
introspection_endpoint?: string | undefined;
|
10843
|
-
authorization_details_types_supported?: string[] | undefined;
|
10844
|
-
request_parameter_supported?: boolean | undefined;
|
10845
|
-
request_uri_parameter_supported?: boolean | undefined;
|
10846
|
-
response_types_supported?: string[] | undefined;
|
10847
|
-
subject_types_supported?: string[] | undefined;
|
10848
10471
|
};
|
10849
10472
|
wallet_relying_party?: {
|
10850
10473
|
jwks: {
|
@@ -10939,10 +10562,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10939
10562
|
display: {
|
10940
10563
|
name: string;
|
10941
10564
|
locale: string;
|
10942
|
-
logo?: {
|
10943
|
-
url: string;
|
10944
|
-
alt_text: string;
|
10945
|
-
} | undefined;
|
10946
10565
|
}[];
|
10947
10566
|
credential_issuer: string;
|
10948
10567
|
credential_endpoint: string;
|
@@ -10952,24 +10571,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10952
10571
|
display: {
|
10953
10572
|
name: string;
|
10954
10573
|
locale: string;
|
10955
|
-
logo?: {
|
10956
|
-
url: string;
|
10957
|
-
alt_text: string;
|
10958
|
-
} | undefined;
|
10959
|
-
background_color?: string | undefined;
|
10960
|
-
text_color?: string | undefined;
|
10961
10574
|
}[];
|
10962
10575
|
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10963
10576
|
scope: string;
|
10964
|
-
|
10965
|
-
credential_signing_alg_values_supported: string[];
|
10966
|
-
claims?: Record<string, {
|
10577
|
+
claims: Record<string, {
|
10967
10578
|
value_type: string;
|
10968
10579
|
display: {
|
10969
10580
|
name: string;
|
10970
10581
|
locale: string;
|
10971
10582
|
}[];
|
10972
|
-
}
|
10583
|
+
}>;
|
10584
|
+
cryptographic_binding_methods_supported: string[];
|
10585
|
+
credential_signing_alg_values_supported: string[];
|
10973
10586
|
authentic_source?: string | undefined;
|
10974
10587
|
issuance_errors_supported?: Record<string, {
|
10975
10588
|
display: {
|
@@ -11020,13 +10633,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
11020
10633
|
token_endpoint_auth_methods_supported: string[];
|
11021
10634
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
11022
10635
|
request_object_signing_alg_values_supported: string[];
|
11023
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
11024
|
-
introspection_endpoint?: string | undefined;
|
11025
|
-
authorization_details_types_supported?: string[] | undefined;
|
11026
|
-
request_parameter_supported?: boolean | undefined;
|
11027
|
-
request_uri_parameter_supported?: boolean | undefined;
|
11028
|
-
response_types_supported?: string[] | undefined;
|
11029
|
-
subject_types_supported?: string[] | undefined;
|
11030
10636
|
};
|
11031
10637
|
wallet_relying_party?: {
|
11032
10638
|
jwks: {
|