@pagopa/io-react-native-wallet 0.27.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/commonjs/credential/index.js +1 -5
- package/lib/commonjs/credential/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/02-get-issuer-config.js +48 -0
- package/lib/commonjs/credential/issuance/02-get-issuer-config.js.map +1 -0
- package/lib/commonjs/credential/issuance/03-start-user-authorization.js +16 -20
- package/lib/commonjs/credential/issuance/03-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/04-complete-user-authorization.js +8 -8
- package/lib/commonjs/credential/issuance/04-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/05-authorize-access.js +8 -9
- package/lib/commonjs/credential/issuance/05-authorize-access.js.map +1 -1
- package/lib/commonjs/credential/issuance/06-obtain-credential.js +18 -21
- package/lib/commonjs/credential/issuance/06-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/07-verify-and-parse-credential.js +3 -3
- package/lib/commonjs/credential/issuance/07-verify-and-parse-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/README.md +18 -21
- package/lib/commonjs/credential/issuance/index.js +3 -3
- package/lib/commonjs/credential/issuance/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/types.js +1 -1
- package/lib/commonjs/credential/issuance/types.js.map +1 -1
- package/lib/commonjs/credential/presentation/01-start-flow.js +7 -2
- package/lib/commonjs/credential/presentation/01-start-flow.js.map +1 -1
- package/lib/commonjs/credential/presentation/02-evaluate-rp-trust.js +2 -2
- package/lib/commonjs/credential/presentation/02-evaluate-rp-trust.js.map +1 -1
- package/lib/commonjs/credential/presentation/03-retrieve-jwks.js +68 -0
- package/lib/commonjs/credential/presentation/03-retrieve-jwks.js.map +1 -0
- package/lib/commonjs/credential/presentation/{03-get-request-object.js → 04-get-request-object.js} +27 -13
- package/lib/commonjs/credential/presentation/04-get-request-object.js.map +1 -0
- package/lib/commonjs/credential/presentation/{04-send-authorization-response.js → 05-send-authorization-response.js} +1 -1
- package/lib/commonjs/credential/presentation/{04-send-authorization-response.js.map → 05-send-authorization-response.js.map} +1 -1
- package/lib/commonjs/credential/presentation/README.md +74 -2
- package/lib/commonjs/credential/presentation/index.js +15 -2
- package/lib/commonjs/credential/presentation/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/types.js +5 -3
- package/lib/commonjs/credential/presentation/types.js.map +1 -1
- package/lib/commonjs/entity/openid-connect/issuer/index.js +25 -0
- package/lib/commonjs/entity/openid-connect/issuer/index.js.map +1 -0
- package/lib/commonjs/entity/openid-connect/issuer/types.js +61 -0
- package/lib/commonjs/entity/openid-connect/issuer/types.js.map +1 -0
- package/lib/commonjs/{trust → entity/trust}/chain.js +1 -1
- package/lib/commonjs/entity/trust/chain.js.map +1 -0
- package/lib/commonjs/{trust → entity/trust}/index.js +1 -1
- package/lib/commonjs/entity/trust/index.js.map +1 -0
- package/lib/commonjs/{trust → entity/trust}/types.js +2 -2
- package/lib/commonjs/entity/trust/types.js.map +1 -0
- package/lib/commonjs/index.js +1 -3
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/pid/sd-jwt/types.js +2 -18
- package/lib/commonjs/pid/sd-jwt/types.js.map +1 -1
- package/lib/commonjs/sd-jwt/__test__/index.test.js +32 -23
- package/lib/commonjs/sd-jwt/__test__/index.test.js.map +1 -1
- package/lib/commonjs/sd-jwt/__test__/types.test.js +20 -11
- package/lib/commonjs/sd-jwt/__test__/types.test.js.map +1 -1
- package/lib/commonjs/sd-jwt/types.js +18 -5
- package/lib/commonjs/sd-jwt/types.js.map +1 -1
- package/lib/commonjs/utils/error-codes.js +1 -13
- package/lib/commonjs/utils/error-codes.js.map +1 -1
- package/lib/commonjs/utils/errors.js +2 -53
- package/lib/commonjs/utils/errors.js.map +1 -1
- package/lib/commonjs/utils/jwk.js +5 -1
- package/lib/commonjs/utils/jwk.js.map +1 -1
- package/lib/commonjs/utils/par.js +6 -12
- package/lib/commonjs/utils/par.js.map +1 -1
- package/lib/module/credential/index.js +1 -3
- package/lib/module/credential/index.js.map +1 -1
- package/lib/module/credential/issuance/02-get-issuer-config.js +42 -0
- package/lib/module/credential/issuance/02-get-issuer-config.js.map +1 -0
- package/lib/module/credential/issuance/03-start-user-authorization.js +16 -20
- package/lib/module/credential/issuance/03-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/04-complete-user-authorization.js +8 -8
- package/lib/module/credential/issuance/04-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/05-authorize-access.js +8 -9
- package/lib/module/credential/issuance/05-authorize-access.js.map +1 -1
- package/lib/module/credential/issuance/06-obtain-credential.js +18 -21
- package/lib/module/credential/issuance/06-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/07-verify-and-parse-credential.js +3 -3
- package/lib/module/credential/issuance/07-verify-and-parse-credential.js.map +1 -1
- package/lib/module/credential/issuance/README.md +18 -21
- package/lib/module/credential/issuance/index.js +2 -2
- package/lib/module/credential/issuance/index.js.map +1 -1
- package/lib/module/credential/issuance/types.js +1 -1
- package/lib/module/credential/issuance/types.js.map +1 -1
- package/lib/module/credential/presentation/01-start-flow.js +7 -2
- package/lib/module/credential/presentation/01-start-flow.js.map +1 -1
- package/lib/module/credential/presentation/02-evaluate-rp-trust.js +1 -1
- package/lib/module/credential/presentation/02-evaluate-rp-trust.js.map +1 -1
- package/lib/module/credential/presentation/03-retrieve-jwks.js +61 -0
- package/lib/module/credential/presentation/03-retrieve-jwks.js.map +1 -0
- package/lib/module/credential/presentation/{03-get-request-object.js → 04-get-request-object.js} +26 -12
- package/lib/module/credential/presentation/04-get-request-object.js.map +1 -0
- package/lib/module/credential/presentation/{04-send-authorization-response.js → 05-send-authorization-response.js} +1 -1
- package/lib/module/credential/presentation/{04-send-authorization-response.js.map → 05-send-authorization-response.js.map} +1 -1
- package/lib/module/credential/presentation/README.md +74 -2
- package/lib/module/credential/presentation/index.js +4 -3
- package/lib/module/credential/presentation/index.js.map +1 -1
- package/lib/module/credential/presentation/types.js +5 -3
- package/lib/module/credential/presentation/types.js.map +1 -1
- package/lib/module/entity/openid-connect/issuer/index.js +20 -0
- package/lib/module/entity/openid-connect/issuer/index.js.map +1 -0
- package/lib/module/entity/openid-connect/issuer/types.js +47 -0
- package/lib/module/entity/openid-connect/issuer/types.js.map +1 -0
- package/lib/module/{trust → entity/trust}/chain.js +1 -1
- package/lib/module/entity/trust/chain.js.map +1 -0
- package/lib/module/{trust → entity/trust}/index.js +1 -1
- package/lib/module/entity/trust/index.js.map +1 -0
- package/lib/module/{trust → entity/trust}/types.js +2 -2
- package/lib/module/entity/trust/types.js.map +1 -0
- package/lib/module/index.js +1 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/pid/sd-jwt/types.js +1 -16
- package/lib/module/pid/sd-jwt/types.js.map +1 -1
- package/lib/module/sd-jwt/__test__/index.test.js +32 -23
- package/lib/module/sd-jwt/__test__/index.test.js.map +1 -1
- package/lib/module/sd-jwt/__test__/types.test.js +20 -11
- package/lib/module/sd-jwt/__test__/types.test.js.map +1 -1
- package/lib/module/sd-jwt/types.js +16 -4
- package/lib/module/sd-jwt/types.js.map +1 -1
- package/lib/module/utils/error-codes.js +1 -13
- package/lib/module/utils/error-codes.js.map +1 -1
- package/lib/module/utils/errors.js +0 -48
- package/lib/module/utils/errors.js.map +1 -1
- package/lib/module/utils/jwk.js +3 -0
- package/lib/module/utils/jwk.js.map +1 -1
- package/lib/module/utils/par.js +6 -12
- package/lib/module/utils/par.js.map +1 -1
- package/lib/typescript/credential/index.d.ts +1 -3
- package/lib/typescript/credential/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/01-start-flow.d.ts +1 -1
- package/lib/typescript/credential/issuance/02-get-issuer-config.d.ts +32 -0
- package/lib/typescript/credential/issuance/02-get-issuer-config.d.ts.map +1 -0
- package/lib/typescript/credential/issuance/03-start-user-authorization.d.ts +3 -3
- package/lib/typescript/credential/issuance/03-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/04-complete-user-authorization.d.ts +8 -8
- package/lib/typescript/credential/issuance/04-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/05-authorize-access.d.ts +3 -3
- package/lib/typescript/credential/issuance/05-authorize-access.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/06-obtain-credential.d.ts +3 -3
- package/lib/typescript/credential/issuance/06-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/07-verify-and-parse-credential.d.ts +3 -3
- package/lib/typescript/credential/issuance/07-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/index.d.ts +3 -3
- package/lib/typescript/credential/issuance/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/types.d.ts +4 -9
- package/lib/typescript/credential/issuance/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/02-evaluate-rp-trust.d.ts +1 -1
- package/lib/typescript/credential/presentation/02-evaluate-rp-trust.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/03-retrieve-jwks.d.ts +41 -0
- package/lib/typescript/credential/presentation/03-retrieve-jwks.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/{03-get-request-object.d.ts → 04-get-request-object.d.ts} +4 -4
- package/lib/typescript/credential/presentation/04-get-request-object.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/{04-send-authorization-response.d.ts → 05-send-authorization-response.d.ts} +2 -2
- package/lib/typescript/credential/presentation/{04-send-authorization-response.d.ts.map → 05-send-authorization-response.d.ts.map} +1 -1
- package/lib/typescript/credential/presentation/index.d.ts +5 -4
- package/lib/typescript/credential/presentation/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/types.d.ts +15 -15
- package/lib/typescript/entity/openid-connect/issuer/index.d.ts +12 -0
- package/lib/typescript/entity/openid-connect/issuer/index.d.ts.map +1 -0
- package/lib/typescript/entity/openid-connect/issuer/types.d.ts +641 -0
- package/lib/typescript/entity/openid-connect/issuer/types.d.ts.map +1 -0
- package/lib/typescript/entity/trust/chain.d.ts.map +1 -0
- package/lib/typescript/{trust → entity/trust}/index.d.ts +97 -97
- package/lib/typescript/entity/trust/index.d.ts.map +1 -0
- package/lib/typescript/{trust → entity/trust}/types.d.ts +597 -597
- package/lib/typescript/{trust → entity/trust}/types.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +1 -2
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/pid/sd-jwt/types.d.ts +25 -103
- package/lib/typescript/pid/sd-jwt/types.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/index.d.ts +60 -20
- package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/types.d.ts +114 -24
- package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
- package/lib/typescript/utils/error-codes.d.ts +0 -12
- package/lib/typescript/utils/error-codes.d.ts.map +1 -1
- package/lib/typescript/utils/errors.d.ts +6 -37
- package/lib/typescript/utils/errors.d.ts.map +1 -1
- package/lib/typescript/utils/jwk.d.ts +135 -0
- package/lib/typescript/utils/jwk.d.ts.map +1 -1
- package/lib/typescript/utils/par.d.ts +1 -8
- package/lib/typescript/utils/par.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/types.d.ts +12 -12
- package/package.json +1 -1
- package/src/credential/index.ts +1 -4
- package/src/credential/issuance/01-start-flow.ts +1 -1
- package/src/credential/issuance/02-get-issuer-config.ts +67 -0
- package/src/credential/issuance/03-start-user-authorization.ts +22 -30
- package/src/credential/issuance/04-complete-user-authorization.ts +11 -13
- package/src/credential/issuance/05-authorize-access.ts +8 -10
- package/src/credential/issuance/06-obtain-credential.ts +30 -31
- package/src/credential/issuance/07-verify-and-parse-credential.ts +6 -6
- package/src/credential/issuance/README.md +18 -21
- package/src/credential/issuance/index.ts +3 -6
- package/src/credential/issuance/types.ts +1 -1
- package/src/credential/presentation/01-start-flow.ts +8 -2
- package/src/credential/presentation/02-evaluate-rp-trust.ts +2 -2
- package/src/credential/presentation/03-retrieve-jwks.ts +73 -0
- package/src/credential/presentation/{03-get-request-object.ts → 04-get-request-object.ts} +33 -15
- package/src/credential/presentation/{04-send-authorization-response.ts → 05-send-authorization-response.ts} +1 -1
- package/src/credential/presentation/README.md +74 -2
- package/src/credential/presentation/index.ts +10 -2
- package/src/credential/presentation/types.ts +3 -3
- package/src/entity/openid-connect/issuer/index.ts +27 -0
- package/src/entity/openid-connect/issuer/types.ts +68 -0
- package/src/{trust → entity/trust}/chain.ts +2 -2
- package/src/{trust → entity/trust}/index.ts +1 -1
- package/src/{trust → entity/trust}/types.ts +2 -2
- package/src/index.ts +0 -2
- package/src/pid/sd-jwt/types.ts +1 -18
- package/src/sd-jwt/__test__/index.test.ts +47 -37
- package/src/sd-jwt/__test__/types.test.ts +26 -16
- package/src/sd-jwt/types.ts +16 -2
- package/src/utils/error-codes.ts +0 -12
- package/src/utils/errors.ts +12 -86
- package/src/utils/jwk.ts +5 -0
- package/src/utils/par.ts +3 -10
- package/lib/commonjs/credential/issuance/02-evaluate-issuer-trust.js +0 -27
- package/lib/commonjs/credential/issuance/02-evaluate-issuer-trust.js.map +0 -1
- package/lib/commonjs/credential/presentation/03-get-request-object.js.map +0 -1
- package/lib/commonjs/credential/status/01-start-flow.js +0 -2
- package/lib/commonjs/credential/status/01-start-flow.js.map +0 -1
- package/lib/commonjs/credential/status/02-status-attestation.js +0 -72
- package/lib/commonjs/credential/status/02-status-attestation.js.map +0 -1
- package/lib/commonjs/credential/status/03-verify-and-parse-status-attestation.js +0 -52
- package/lib/commonjs/credential/status/03-verify-and-parse-status-attestation.js.map +0 -1
- package/lib/commonjs/credential/status/README.md +0 -67
- package/lib/commonjs/credential/status/index.js +0 -27
- package/lib/commonjs/credential/status/index.js.map +0 -1
- package/lib/commonjs/credential/status/types.js +0 -48
- package/lib/commonjs/credential/status/types.js.map +0 -1
- package/lib/commonjs/credential/trustmark/README.md +0 -62
- package/lib/commonjs/credential/trustmark/get-credential-trustmark.js +0 -81
- package/lib/commonjs/credential/trustmark/get-credential-trustmark.js.map +0 -1
- package/lib/commonjs/credential/trustmark/index.js +0 -13
- package/lib/commonjs/credential/trustmark/index.js.map +0 -1
- package/lib/commonjs/trust/chain.js.map +0 -1
- package/lib/commonjs/trust/index.js.map +0 -1
- package/lib/commonjs/trust/types.js.map +0 -1
- package/lib/module/credential/issuance/02-evaluate-issuer-trust.js +0 -20
- package/lib/module/credential/issuance/02-evaluate-issuer-trust.js.map +0 -1
- package/lib/module/credential/presentation/03-get-request-object.js.map +0 -1
- package/lib/module/credential/status/01-start-flow.js +0 -2
- package/lib/module/credential/status/01-start-flow.js.map +0 -1
- package/lib/module/credential/status/02-status-attestation.js +0 -64
- package/lib/module/credential/status/02-status-attestation.js.map +0 -1
- package/lib/module/credential/status/03-verify-and-parse-status-attestation.js +0 -46
- package/lib/module/credential/status/03-verify-and-parse-status-attestation.js.map +0 -1
- package/lib/module/credential/status/README.md +0 -67
- package/lib/module/credential/status/index.js +0 -5
- package/lib/module/credential/status/index.js.map +0 -1
- package/lib/module/credential/status/types.js +0 -40
- package/lib/module/credential/status/types.js.map +0 -1
- package/lib/module/credential/trustmark/README.md +0 -62
- package/lib/module/credential/trustmark/get-credential-trustmark.js +0 -72
- package/lib/module/credential/trustmark/get-credential-trustmark.js.map +0 -1
- package/lib/module/credential/trustmark/index.js +0 -3
- package/lib/module/credential/trustmark/index.js.map +0 -1
- package/lib/module/trust/chain.js.map +0 -1
- package/lib/module/trust/index.js.map +0 -1
- package/lib/module/trust/types.js.map +0 -1
- package/lib/typescript/credential/issuance/02-evaluate-issuer-trust.d.ts +0 -19
- package/lib/typescript/credential/issuance/02-evaluate-issuer-trust.d.ts.map +0 -1
- package/lib/typescript/credential/presentation/03-get-request-object.d.ts.map +0 -1
- package/lib/typescript/credential/status/01-start-flow.d.ts +0 -10
- package/lib/typescript/credential/status/01-start-flow.d.ts.map +0 -1
- package/lib/typescript/credential/status/02-status-attestation.d.ts +0 -19
- package/lib/typescript/credential/status/02-status-attestation.d.ts.map +0 -1
- package/lib/typescript/credential/status/03-verify-and-parse-status-attestation.d.ts +0 -24
- package/lib/typescript/credential/status/03-verify-and-parse-status-attestation.d.ts.map +0 -1
- package/lib/typescript/credential/status/index.d.ts +0 -7
- package/lib/typescript/credential/status/index.d.ts.map +0 -1
- package/lib/typescript/credential/status/types.d.ts +0 -305
- package/lib/typescript/credential/status/types.d.ts.map +0 -1
- package/lib/typescript/credential/trustmark/get-credential-trustmark.d.ts +0 -52
- package/lib/typescript/credential/trustmark/get-credential-trustmark.d.ts.map +0 -1
- package/lib/typescript/credential/trustmark/index.d.ts +0 -4
- package/lib/typescript/credential/trustmark/index.d.ts.map +0 -1
- package/lib/typescript/trust/chain.d.ts.map +0 -1
- package/lib/typescript/trust/index.d.ts.map +0 -1
- package/src/credential/issuance/02-evaluate-issuer-trust.ts +0 -32
- package/src/credential/status/01-start-flow.ts +0 -9
- package/src/credential/status/02-status-attestation.ts +0 -102
- package/src/credential/status/03-verify-and-parse-status-attestation.ts +0 -60
- package/src/credential/status/README.md +0 -67
- package/src/credential/status/index.ts +0 -22
- package/src/credential/status/types.ts +0 -43
- package/src/credential/trustmark/README.md +0 -62
- package/src/credential/trustmark/get-credential-trustmark.ts +0 -120
- package/src/credential/trustmark/index.ts +0 -8
- /package/lib/typescript/{trust → entity/trust}/chain.d.ts +0 -0
@@ -164,9 +164,6 @@ export declare const EntityStatement: z.ZodObject<{
|
|
164
164
|
exp: z.ZodNumber;
|
165
165
|
}, "strip", z.ZodTypeAny, {
|
166
166
|
iss: string;
|
167
|
-
sub: string;
|
168
|
-
iat: number;
|
169
|
-
exp: number;
|
170
167
|
jwks: {
|
171
168
|
keys: {
|
172
169
|
kty: "RSA" | "EC";
|
@@ -193,15 +190,15 @@ export declare const EntityStatement: z.ZodObject<{
|
|
193
190
|
x5u?: string | undefined;
|
194
191
|
}[];
|
195
192
|
};
|
193
|
+
iat: number;
|
194
|
+
exp: number;
|
195
|
+
sub: string;
|
196
196
|
trust_marks: {
|
197
197
|
id: string;
|
198
198
|
trust_mark: string;
|
199
199
|
}[];
|
200
200
|
}, {
|
201
201
|
iss: string;
|
202
|
-
sub: string;
|
203
|
-
iat: number;
|
204
|
-
exp: number;
|
205
202
|
jwks: {
|
206
203
|
keys: {
|
207
204
|
kty: "RSA" | "EC";
|
@@ -228,6 +225,9 @@ export declare const EntityStatement: z.ZodObject<{
|
|
228
225
|
x5u?: string | undefined;
|
229
226
|
}[];
|
230
227
|
};
|
228
|
+
iat: number;
|
229
|
+
exp: number;
|
230
|
+
sub: string;
|
231
231
|
trust_marks: {
|
232
232
|
id: string;
|
233
233
|
trust_mark: string;
|
@@ -241,9 +241,6 @@ export declare const EntityStatement: z.ZodObject<{
|
|
241
241
|
};
|
242
242
|
payload: {
|
243
243
|
iss: string;
|
244
|
-
sub: string;
|
245
|
-
iat: number;
|
246
|
-
exp: number;
|
247
244
|
jwks: {
|
248
245
|
keys: {
|
249
246
|
kty: "RSA" | "EC";
|
@@ -270,6 +267,9 @@ export declare const EntityStatement: z.ZodObject<{
|
|
270
267
|
x5u?: string | undefined;
|
271
268
|
}[];
|
272
269
|
};
|
270
|
+
iat: number;
|
271
|
+
exp: number;
|
272
|
+
sub: string;
|
273
273
|
trust_marks: {
|
274
274
|
id: string;
|
275
275
|
trust_mark: string;
|
@@ -283,9 +283,6 @@ export declare const EntityStatement: z.ZodObject<{
|
|
283
283
|
};
|
284
284
|
payload: {
|
285
285
|
iss: string;
|
286
|
-
sub: string;
|
287
|
-
iat: number;
|
288
|
-
exp: number;
|
289
286
|
jwks: {
|
290
287
|
keys: {
|
291
288
|
kty: "RSA" | "EC";
|
@@ -312,6 +309,9 @@ export declare const EntityStatement: z.ZodObject<{
|
|
312
309
|
x5u?: string | undefined;
|
313
310
|
}[];
|
314
311
|
};
|
312
|
+
iat: number;
|
313
|
+
exp: number;
|
314
|
+
sub: string;
|
315
315
|
trust_marks: {
|
316
316
|
id: string;
|
317
317
|
trust_mark: string;
|
@@ -1058,9 +1058,6 @@ export declare const TrustAnchorEntityConfiguration: z.ZodObject<{
|
|
1058
1058
|
};
|
1059
1059
|
payload: {
|
1060
1060
|
iss: string;
|
1061
|
-
sub: string;
|
1062
|
-
iat: number;
|
1063
|
-
exp: number;
|
1064
1061
|
jwks: {
|
1065
1062
|
keys: {
|
1066
1063
|
kty: "RSA" | "EC";
|
@@ -1087,6 +1084,9 @@ export declare const TrustAnchorEntityConfiguration: z.ZodObject<{
|
|
1087
1084
|
x5u?: string | undefined;
|
1088
1085
|
}[];
|
1089
1086
|
};
|
1087
|
+
iat: number;
|
1088
|
+
exp: number;
|
1089
|
+
sub: string;
|
1090
1090
|
metadata: {
|
1091
1091
|
federation_entity: {
|
1092
1092
|
federation_fetch_endpoint?: string | undefined;
|
@@ -1117,9 +1117,6 @@ export declare const TrustAnchorEntityConfiguration: z.ZodObject<{
|
|
1117
1117
|
};
|
1118
1118
|
payload: {
|
1119
1119
|
iss: string;
|
1120
|
-
sub: string;
|
1121
|
-
iat: number;
|
1122
|
-
exp: number;
|
1123
1120
|
jwks: {
|
1124
1121
|
keys: {
|
1125
1122
|
kty: "RSA" | "EC";
|
@@ -1146,6 +1143,9 @@ export declare const TrustAnchorEntityConfiguration: z.ZodObject<{
|
|
1146
1143
|
x5u?: string | undefined;
|
1147
1144
|
}[];
|
1148
1145
|
};
|
1146
|
+
iat: number;
|
1147
|
+
exp: number;
|
1148
|
+
sub: string;
|
1149
1149
|
metadata: {
|
1150
1150
|
federation_entity: {
|
1151
1151
|
federation_fetch_endpoint?: string | undefined;
|
@@ -1895,9 +1895,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
1895
1895
|
};
|
1896
1896
|
payload: {
|
1897
1897
|
iss: string;
|
1898
|
-
sub: string;
|
1899
|
-
iat: number;
|
1900
|
-
exp: number;
|
1901
1898
|
jwks: {
|
1902
1899
|
keys: {
|
1903
1900
|
kty: "RSA" | "EC";
|
@@ -1924,6 +1921,9 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
1924
1921
|
x5u?: string | undefined;
|
1925
1922
|
}[];
|
1926
1923
|
};
|
1924
|
+
iat: number;
|
1925
|
+
exp: number;
|
1926
|
+
sub: string;
|
1927
1927
|
metadata: {
|
1928
1928
|
federation_entity: {
|
1929
1929
|
federation_fetch_endpoint?: string | undefined;
|
@@ -1954,9 +1954,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
1954
1954
|
};
|
1955
1955
|
payload: {
|
1956
1956
|
iss: string;
|
1957
|
-
sub: string;
|
1958
|
-
iat: number;
|
1959
|
-
exp: number;
|
1960
1957
|
jwks: {
|
1961
1958
|
keys: {
|
1962
1959
|
kty: "RSA" | "EC";
|
@@ -1983,6 +1980,9 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
1983
1980
|
x5u?: string | undefined;
|
1984
1981
|
}[];
|
1985
1982
|
};
|
1983
|
+
iat: number;
|
1984
|
+
exp: number;
|
1985
|
+
sub: string;
|
1986
1986
|
metadata: {
|
1987
1987
|
federation_entity: {
|
1988
1988
|
federation_fetch_endpoint?: string | undefined;
|
@@ -2213,17 +2213,17 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2213
2213
|
locale: string;
|
2214
2214
|
}>, "many">;
|
2215
2215
|
}, "strip", z.ZodTypeAny, {
|
2216
|
-
value_type: string;
|
2217
2216
|
display: {
|
2218
2217
|
name: string;
|
2219
2218
|
locale: string;
|
2220
2219
|
}[];
|
2221
|
-
}, {
|
2222
2220
|
value_type: string;
|
2221
|
+
}, {
|
2223
2222
|
display: {
|
2224
2223
|
name: string;
|
2225
2224
|
locale: string;
|
2226
2225
|
}[];
|
2226
|
+
value_type: string;
|
2227
2227
|
}>>>;
|
2228
2228
|
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
|
2229
2229
|
credential_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
@@ -2234,24 +2234,24 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2234
2234
|
description: z.ZodString;
|
2235
2235
|
locale: z.ZodString;
|
2236
2236
|
}, "strip", z.ZodTypeAny, {
|
2237
|
-
locale: string;
|
2238
2237
|
title: string;
|
2238
|
+
locale: string;
|
2239
2239
|
description: string;
|
2240
2240
|
}, {
|
2241
|
-
locale: string;
|
2242
2241
|
title: string;
|
2242
|
+
locale: string;
|
2243
2243
|
description: string;
|
2244
2244
|
}>, "many">;
|
2245
2245
|
}, "strip", z.ZodTypeAny, {
|
2246
2246
|
display: {
|
2247
|
-
locale: string;
|
2248
2247
|
title: string;
|
2248
|
+
locale: string;
|
2249
2249
|
description: string;
|
2250
2250
|
}[];
|
2251
2251
|
}, {
|
2252
2252
|
display: {
|
2253
|
-
locale: string;
|
2254
2253
|
title: string;
|
2254
|
+
locale: string;
|
2255
2255
|
description: string;
|
2256
2256
|
}[];
|
2257
2257
|
}>>>;
|
@@ -2266,22 +2266,22 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2266
2266
|
background_color?: string | undefined;
|
2267
2267
|
text_color?: string | undefined;
|
2268
2268
|
}[];
|
2269
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2270
2269
|
scope: string;
|
2271
2270
|
cryptographic_binding_methods_supported: string[];
|
2271
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2272
2272
|
credential_signing_alg_values_supported: string[];
|
2273
2273
|
claims?: Record<string, {
|
2274
|
-
value_type: string;
|
2275
2274
|
display: {
|
2276
2275
|
name: string;
|
2277
2276
|
locale: string;
|
2278
2277
|
}[];
|
2278
|
+
value_type: string;
|
2279
2279
|
}> | undefined;
|
2280
2280
|
authentic_source?: string | undefined;
|
2281
2281
|
issuance_errors_supported?: Record<string, {
|
2282
2282
|
display: {
|
2283
|
-
locale: string;
|
2284
2283
|
title: string;
|
2284
|
+
locale: string;
|
2285
2285
|
description: string;
|
2286
2286
|
}[];
|
2287
2287
|
}> | undefined;
|
@@ -2296,22 +2296,22 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2296
2296
|
background_color?: string | undefined;
|
2297
2297
|
text_color?: string | undefined;
|
2298
2298
|
}[];
|
2299
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2300
2299
|
scope: string;
|
2301
2300
|
cryptographic_binding_methods_supported: string[];
|
2301
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2302
2302
|
credential_signing_alg_values_supported: string[];
|
2303
2303
|
claims?: Record<string, {
|
2304
|
-
value_type: string;
|
2305
2304
|
display: {
|
2306
2305
|
name: string;
|
2307
2306
|
locale: string;
|
2308
2307
|
}[];
|
2308
|
+
value_type: string;
|
2309
2309
|
}> | undefined;
|
2310
2310
|
authentic_source?: string | undefined;
|
2311
2311
|
issuance_errors_supported?: Record<string, {
|
2312
2312
|
display: {
|
2313
|
-
locale: string;
|
2314
2313
|
title: string;
|
2314
|
+
locale: string;
|
2315
2315
|
description: string;
|
2316
2316
|
}[];
|
2317
2317
|
}> | undefined;
|
@@ -2439,32 +2439,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2439
2439
|
}[];
|
2440
2440
|
}>;
|
2441
2441
|
}, "strip", z.ZodTypeAny, {
|
2442
|
-
jwks: {
|
2443
|
-
keys: {
|
2444
|
-
kty: "RSA" | "EC";
|
2445
|
-
alg?: string | undefined;
|
2446
|
-
crv?: string | undefined;
|
2447
|
-
d?: string | undefined;
|
2448
|
-
dp?: string | undefined;
|
2449
|
-
dq?: string | undefined;
|
2450
|
-
e?: string | undefined;
|
2451
|
-
ext?: boolean | undefined;
|
2452
|
-
k?: string | undefined;
|
2453
|
-
key_ops?: string[] | undefined;
|
2454
|
-
kid?: string | undefined;
|
2455
|
-
n?: string | undefined;
|
2456
|
-
p?: string | undefined;
|
2457
|
-
q?: string | undefined;
|
2458
|
-
qi?: string | undefined;
|
2459
|
-
use?: string | undefined;
|
2460
|
-
x?: string | undefined;
|
2461
|
-
y?: string | undefined;
|
2462
|
-
x5c?: string[] | undefined;
|
2463
|
-
x5t?: string | undefined;
|
2464
|
-
"x5t#S256"?: string | undefined;
|
2465
|
-
x5u?: string | undefined;
|
2466
|
-
}[];
|
2467
|
-
};
|
2468
2442
|
display: {
|
2469
2443
|
name: string;
|
2470
2444
|
locale: string;
|
@@ -2473,10 +2447,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2473
2447
|
alt_text: string;
|
2474
2448
|
} | undefined;
|
2475
2449
|
}[];
|
2476
|
-
credential_issuer: string;
|
2477
|
-
credential_endpoint: string;
|
2478
|
-
revocation_endpoint: string;
|
2479
|
-
status_attestation_endpoint: string;
|
2480
2450
|
credential_configurations_supported: Record<string, {
|
2481
2451
|
display: {
|
2482
2452
|
name: string;
|
@@ -2488,27 +2458,26 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2488
2458
|
background_color?: string | undefined;
|
2489
2459
|
text_color?: string | undefined;
|
2490
2460
|
}[];
|
2491
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2492
2461
|
scope: string;
|
2493
2462
|
cryptographic_binding_methods_supported: string[];
|
2463
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2494
2464
|
credential_signing_alg_values_supported: string[];
|
2495
2465
|
claims?: Record<string, {
|
2496
|
-
value_type: string;
|
2497
2466
|
display: {
|
2498
2467
|
name: string;
|
2499
2468
|
locale: string;
|
2500
2469
|
}[];
|
2470
|
+
value_type: string;
|
2501
2471
|
}> | undefined;
|
2502
2472
|
authentic_source?: string | undefined;
|
2503
2473
|
issuance_errors_supported?: Record<string, {
|
2504
2474
|
display: {
|
2505
|
-
locale: string;
|
2506
2475
|
title: string;
|
2476
|
+
locale: string;
|
2507
2477
|
description: string;
|
2508
2478
|
}[];
|
2509
2479
|
}> | undefined;
|
2510
2480
|
}>;
|
2511
|
-
}, {
|
2512
2481
|
jwks: {
|
2513
2482
|
keys: {
|
2514
2483
|
kty: "RSA" | "EC";
|
@@ -2535,6 +2504,11 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2535
2504
|
x5u?: string | undefined;
|
2536
2505
|
}[];
|
2537
2506
|
};
|
2507
|
+
credential_issuer: string;
|
2508
|
+
credential_endpoint: string;
|
2509
|
+
revocation_endpoint: string;
|
2510
|
+
status_attestation_endpoint: string;
|
2511
|
+
}, {
|
2538
2512
|
display: {
|
2539
2513
|
name: string;
|
2540
2514
|
locale: string;
|
@@ -2543,10 +2517,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2543
2517
|
alt_text: string;
|
2544
2518
|
} | undefined;
|
2545
2519
|
}[];
|
2546
|
-
credential_issuer: string;
|
2547
|
-
credential_endpoint: string;
|
2548
|
-
revocation_endpoint: string;
|
2549
|
-
status_attestation_endpoint: string;
|
2550
2520
|
credential_configurations_supported: Record<string, {
|
2551
2521
|
display: {
|
2552
2522
|
name: string;
|
@@ -2558,26 +2528,56 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2558
2528
|
background_color?: string | undefined;
|
2559
2529
|
text_color?: string | undefined;
|
2560
2530
|
}[];
|
2561
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2562
2531
|
scope: string;
|
2563
2532
|
cryptographic_binding_methods_supported: string[];
|
2533
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
2564
2534
|
credential_signing_alg_values_supported: string[];
|
2565
2535
|
claims?: Record<string, {
|
2566
|
-
value_type: string;
|
2567
2536
|
display: {
|
2568
2537
|
name: string;
|
2569
2538
|
locale: string;
|
2570
2539
|
}[];
|
2540
|
+
value_type: string;
|
2571
2541
|
}> | undefined;
|
2572
2542
|
authentic_source?: string | undefined;
|
2573
2543
|
issuance_errors_supported?: Record<string, {
|
2574
2544
|
display: {
|
2575
|
-
locale: string;
|
2576
2545
|
title: string;
|
2546
|
+
locale: string;
|
2577
2547
|
description: string;
|
2578
2548
|
}[];
|
2579
2549
|
}> | undefined;
|
2580
2550
|
}>;
|
2551
|
+
jwks: {
|
2552
|
+
keys: {
|
2553
|
+
kty: "RSA" | "EC";
|
2554
|
+
alg?: string | undefined;
|
2555
|
+
crv?: string | undefined;
|
2556
|
+
d?: string | undefined;
|
2557
|
+
dp?: string | undefined;
|
2558
|
+
dq?: string | undefined;
|
2559
|
+
e?: string | undefined;
|
2560
|
+
ext?: boolean | undefined;
|
2561
|
+
k?: string | undefined;
|
2562
|
+
key_ops?: string[] | undefined;
|
2563
|
+
kid?: string | undefined;
|
2564
|
+
n?: string | undefined;
|
2565
|
+
p?: string | undefined;
|
2566
|
+
q?: string | undefined;
|
2567
|
+
qi?: string | undefined;
|
2568
|
+
use?: string | undefined;
|
2569
|
+
x?: string | undefined;
|
2570
|
+
y?: string | undefined;
|
2571
|
+
x5c?: string[] | undefined;
|
2572
|
+
x5t?: string | undefined;
|
2573
|
+
"x5t#S256"?: string | undefined;
|
2574
|
+
x5u?: string | undefined;
|
2575
|
+
}[];
|
2576
|
+
};
|
2577
|
+
credential_issuer: string;
|
2578
|
+
credential_endpoint: string;
|
2579
|
+
revocation_endpoint: string;
|
2580
|
+
status_attestation_endpoint: string;
|
2581
2581
|
}>;
|
2582
2582
|
oauth_authorization_server: z.ZodObject<{
|
2583
2583
|
authorization_endpoint: z.ZodString;
|
@@ -2723,6 +2723,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2723
2723
|
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
2724
2724
|
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
2725
2725
|
}, "strip", z.ZodTypeAny, {
|
2726
|
+
pushed_authorization_request_endpoint: string;
|
2726
2727
|
jwks: {
|
2727
2728
|
keys: {
|
2728
2729
|
kty: "RSA" | "EC";
|
@@ -2750,8 +2751,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2750
2751
|
}[];
|
2751
2752
|
};
|
2752
2753
|
authorization_endpoint: string;
|
2753
|
-
pushed_authorization_request_endpoint: string;
|
2754
2754
|
token_endpoint: string;
|
2755
|
+
request_object_signing_alg_values_supported: string[];
|
2755
2756
|
client_registration_types_supported: string[];
|
2756
2757
|
code_challenge_methods_supported: string[];
|
2757
2758
|
acr_values_supported: string[];
|
@@ -2761,7 +2762,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2761
2762
|
response_modes_supported: string[];
|
2762
2763
|
token_endpoint_auth_methods_supported: string[];
|
2763
2764
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
2764
|
-
request_object_signing_alg_values_supported: string[];
|
2765
2765
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
2766
2766
|
introspection_endpoint?: string | undefined;
|
2767
2767
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -2770,6 +2770,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2770
2770
|
response_types_supported?: string[] | undefined;
|
2771
2771
|
subject_types_supported?: string[] | undefined;
|
2772
2772
|
}, {
|
2773
|
+
pushed_authorization_request_endpoint: string;
|
2773
2774
|
jwks: {
|
2774
2775
|
keys: {
|
2775
2776
|
kty: "RSA" | "EC";
|
@@ -2797,8 +2798,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2797
2798
|
}[];
|
2798
2799
|
};
|
2799
2800
|
authorization_endpoint: string;
|
2800
|
-
pushed_authorization_request_endpoint: string;
|
2801
2801
|
token_endpoint: string;
|
2802
|
+
request_object_signing_alg_values_supported: string[];
|
2802
2803
|
client_registration_types_supported: string[];
|
2803
2804
|
code_challenge_methods_supported: string[];
|
2804
2805
|
acr_values_supported: string[];
|
@@ -2808,7 +2809,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
2808
2809
|
response_modes_supported: string[];
|
2809
2810
|
token_endpoint_auth_methods_supported: string[];
|
2810
2811
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
2811
|
-
request_object_signing_alg_values_supported: string[];
|
2812
2812
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
2813
2813
|
introspection_endpoint?: string | undefined;
|
2814
2814
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -3012,32 +3012,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3012
3012
|
}>>;
|
3013
3013
|
}, "strip", z.ZodTypeAny, {
|
3014
3014
|
openid_credential_issuer: {
|
3015
|
-
jwks: {
|
3016
|
-
keys: {
|
3017
|
-
kty: "RSA" | "EC";
|
3018
|
-
alg?: string | undefined;
|
3019
|
-
crv?: string | undefined;
|
3020
|
-
d?: string | undefined;
|
3021
|
-
dp?: string | undefined;
|
3022
|
-
dq?: string | undefined;
|
3023
|
-
e?: string | undefined;
|
3024
|
-
ext?: boolean | undefined;
|
3025
|
-
k?: string | undefined;
|
3026
|
-
key_ops?: string[] | undefined;
|
3027
|
-
kid?: string | undefined;
|
3028
|
-
n?: string | undefined;
|
3029
|
-
p?: string | undefined;
|
3030
|
-
q?: string | undefined;
|
3031
|
-
qi?: string | undefined;
|
3032
|
-
use?: string | undefined;
|
3033
|
-
x?: string | undefined;
|
3034
|
-
y?: string | undefined;
|
3035
|
-
x5c?: string[] | undefined;
|
3036
|
-
x5t?: string | undefined;
|
3037
|
-
"x5t#S256"?: string | undefined;
|
3038
|
-
x5u?: string | undefined;
|
3039
|
-
}[];
|
3040
|
-
};
|
3041
3015
|
display: {
|
3042
3016
|
name: string;
|
3043
3017
|
locale: string;
|
@@ -3046,10 +3020,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3046
3020
|
alt_text: string;
|
3047
3021
|
} | undefined;
|
3048
3022
|
}[];
|
3049
|
-
credential_issuer: string;
|
3050
|
-
credential_endpoint: string;
|
3051
|
-
revocation_endpoint: string;
|
3052
|
-
status_attestation_endpoint: string;
|
3053
3023
|
credential_configurations_supported: Record<string, {
|
3054
3024
|
display: {
|
3055
3025
|
name: string;
|
@@ -3061,28 +3031,59 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3061
3031
|
background_color?: string | undefined;
|
3062
3032
|
text_color?: string | undefined;
|
3063
3033
|
}[];
|
3064
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3065
3034
|
scope: string;
|
3066
3035
|
cryptographic_binding_methods_supported: string[];
|
3036
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3067
3037
|
credential_signing_alg_values_supported: string[];
|
3068
3038
|
claims?: Record<string, {
|
3069
|
-
value_type: string;
|
3070
3039
|
display: {
|
3071
3040
|
name: string;
|
3072
3041
|
locale: string;
|
3073
3042
|
}[];
|
3043
|
+
value_type: string;
|
3074
3044
|
}> | undefined;
|
3075
3045
|
authentic_source?: string | undefined;
|
3076
3046
|
issuance_errors_supported?: Record<string, {
|
3077
3047
|
display: {
|
3078
|
-
locale: string;
|
3079
3048
|
title: string;
|
3049
|
+
locale: string;
|
3080
3050
|
description: string;
|
3081
3051
|
}[];
|
3082
3052
|
}> | undefined;
|
3083
3053
|
}>;
|
3054
|
+
jwks: {
|
3055
|
+
keys: {
|
3056
|
+
kty: "RSA" | "EC";
|
3057
|
+
alg?: string | undefined;
|
3058
|
+
crv?: string | undefined;
|
3059
|
+
d?: string | undefined;
|
3060
|
+
dp?: string | undefined;
|
3061
|
+
dq?: string | undefined;
|
3062
|
+
e?: string | undefined;
|
3063
|
+
ext?: boolean | undefined;
|
3064
|
+
k?: string | undefined;
|
3065
|
+
key_ops?: string[] | undefined;
|
3066
|
+
kid?: string | undefined;
|
3067
|
+
n?: string | undefined;
|
3068
|
+
p?: string | undefined;
|
3069
|
+
q?: string | undefined;
|
3070
|
+
qi?: string | undefined;
|
3071
|
+
use?: string | undefined;
|
3072
|
+
x?: string | undefined;
|
3073
|
+
y?: string | undefined;
|
3074
|
+
x5c?: string[] | undefined;
|
3075
|
+
x5t?: string | undefined;
|
3076
|
+
"x5t#S256"?: string | undefined;
|
3077
|
+
x5u?: string | undefined;
|
3078
|
+
}[];
|
3079
|
+
};
|
3080
|
+
credential_issuer: string;
|
3081
|
+
credential_endpoint: string;
|
3082
|
+
revocation_endpoint: string;
|
3083
|
+
status_attestation_endpoint: string;
|
3084
3084
|
};
|
3085
3085
|
oauth_authorization_server: {
|
3086
|
+
pushed_authorization_request_endpoint: string;
|
3086
3087
|
jwks: {
|
3087
3088
|
keys: {
|
3088
3089
|
kty: "RSA" | "EC";
|
@@ -3110,8 +3111,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3110
3111
|
}[];
|
3111
3112
|
};
|
3112
3113
|
authorization_endpoint: string;
|
3113
|
-
pushed_authorization_request_endpoint: string;
|
3114
3114
|
token_endpoint: string;
|
3115
|
+
request_object_signing_alg_values_supported: string[];
|
3115
3116
|
client_registration_types_supported: string[];
|
3116
3117
|
code_challenge_methods_supported: string[];
|
3117
3118
|
acr_values_supported: string[];
|
@@ -3121,7 +3122,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3121
3122
|
response_modes_supported: string[];
|
3122
3123
|
token_endpoint_auth_methods_supported: string[];
|
3123
3124
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3124
|
-
request_object_signing_alg_values_supported: string[];
|
3125
3125
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
3126
3126
|
introspection_endpoint?: string | undefined;
|
3127
3127
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -3164,32 +3164,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3164
3164
|
} | undefined;
|
3165
3165
|
}, {
|
3166
3166
|
openid_credential_issuer: {
|
3167
|
-
jwks: {
|
3168
|
-
keys: {
|
3169
|
-
kty: "RSA" | "EC";
|
3170
|
-
alg?: string | undefined;
|
3171
|
-
crv?: string | undefined;
|
3172
|
-
d?: string | undefined;
|
3173
|
-
dp?: string | undefined;
|
3174
|
-
dq?: string | undefined;
|
3175
|
-
e?: string | undefined;
|
3176
|
-
ext?: boolean | undefined;
|
3177
|
-
k?: string | undefined;
|
3178
|
-
key_ops?: string[] | undefined;
|
3179
|
-
kid?: string | undefined;
|
3180
|
-
n?: string | undefined;
|
3181
|
-
p?: string | undefined;
|
3182
|
-
q?: string | undefined;
|
3183
|
-
qi?: string | undefined;
|
3184
|
-
use?: string | undefined;
|
3185
|
-
x?: string | undefined;
|
3186
|
-
y?: string | undefined;
|
3187
|
-
x5c?: string[] | undefined;
|
3188
|
-
x5t?: string | undefined;
|
3189
|
-
"x5t#S256"?: string | undefined;
|
3190
|
-
x5u?: string | undefined;
|
3191
|
-
}[];
|
3192
|
-
};
|
3193
3167
|
display: {
|
3194
3168
|
name: string;
|
3195
3169
|
locale: string;
|
@@ -3198,10 +3172,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3198
3172
|
alt_text: string;
|
3199
3173
|
} | undefined;
|
3200
3174
|
}[];
|
3201
|
-
credential_issuer: string;
|
3202
|
-
credential_endpoint: string;
|
3203
|
-
revocation_endpoint: string;
|
3204
|
-
status_attestation_endpoint: string;
|
3205
3175
|
credential_configurations_supported: Record<string, {
|
3206
3176
|
display: {
|
3207
3177
|
name: string;
|
@@ -3213,28 +3183,59 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3213
3183
|
background_color?: string | undefined;
|
3214
3184
|
text_color?: string | undefined;
|
3215
3185
|
}[];
|
3216
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3217
3186
|
scope: string;
|
3218
3187
|
cryptographic_binding_methods_supported: string[];
|
3188
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3219
3189
|
credential_signing_alg_values_supported: string[];
|
3220
3190
|
claims?: Record<string, {
|
3221
|
-
value_type: string;
|
3222
3191
|
display: {
|
3223
3192
|
name: string;
|
3224
3193
|
locale: string;
|
3225
3194
|
}[];
|
3195
|
+
value_type: string;
|
3226
3196
|
}> | undefined;
|
3227
3197
|
authentic_source?: string | undefined;
|
3228
3198
|
issuance_errors_supported?: Record<string, {
|
3229
3199
|
display: {
|
3230
|
-
locale: string;
|
3231
3200
|
title: string;
|
3201
|
+
locale: string;
|
3232
3202
|
description: string;
|
3233
3203
|
}[];
|
3234
3204
|
}> | undefined;
|
3235
3205
|
}>;
|
3206
|
+
jwks: {
|
3207
|
+
keys: {
|
3208
|
+
kty: "RSA" | "EC";
|
3209
|
+
alg?: string | undefined;
|
3210
|
+
crv?: string | undefined;
|
3211
|
+
d?: string | undefined;
|
3212
|
+
dp?: string | undefined;
|
3213
|
+
dq?: string | undefined;
|
3214
|
+
e?: string | undefined;
|
3215
|
+
ext?: boolean | undefined;
|
3216
|
+
k?: string | undefined;
|
3217
|
+
key_ops?: string[] | undefined;
|
3218
|
+
kid?: string | undefined;
|
3219
|
+
n?: string | undefined;
|
3220
|
+
p?: string | undefined;
|
3221
|
+
q?: string | undefined;
|
3222
|
+
qi?: string | undefined;
|
3223
|
+
use?: string | undefined;
|
3224
|
+
x?: string | undefined;
|
3225
|
+
y?: string | undefined;
|
3226
|
+
x5c?: string[] | undefined;
|
3227
|
+
x5t?: string | undefined;
|
3228
|
+
"x5t#S256"?: string | undefined;
|
3229
|
+
x5u?: string | undefined;
|
3230
|
+
}[];
|
3231
|
+
};
|
3232
|
+
credential_issuer: string;
|
3233
|
+
credential_endpoint: string;
|
3234
|
+
revocation_endpoint: string;
|
3235
|
+
status_attestation_endpoint: string;
|
3236
3236
|
};
|
3237
3237
|
oauth_authorization_server: {
|
3238
|
+
pushed_authorization_request_endpoint: string;
|
3238
3239
|
jwks: {
|
3239
3240
|
keys: {
|
3240
3241
|
kty: "RSA" | "EC";
|
@@ -3262,8 +3263,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3262
3263
|
}[];
|
3263
3264
|
};
|
3264
3265
|
authorization_endpoint: string;
|
3265
|
-
pushed_authorization_request_endpoint: string;
|
3266
3266
|
token_endpoint: string;
|
3267
|
+
request_object_signing_alg_values_supported: string[];
|
3267
3268
|
client_registration_types_supported: string[];
|
3268
3269
|
code_challenge_methods_supported: string[];
|
3269
3270
|
acr_values_supported: string[];
|
@@ -3273,7 +3274,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3273
3274
|
response_modes_supported: string[];
|
3274
3275
|
token_endpoint_auth_methods_supported: string[];
|
3275
3276
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3276
|
-
request_object_signing_alg_values_supported: string[];
|
3277
3277
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
3278
3278
|
introspection_endpoint?: string | undefined;
|
3279
3279
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -3344,32 +3344,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3344
3344
|
};
|
3345
3345
|
metadata: {
|
3346
3346
|
openid_credential_issuer: {
|
3347
|
-
jwks: {
|
3348
|
-
keys: {
|
3349
|
-
kty: "RSA" | "EC";
|
3350
|
-
alg?: string | undefined;
|
3351
|
-
crv?: string | undefined;
|
3352
|
-
d?: string | undefined;
|
3353
|
-
dp?: string | undefined;
|
3354
|
-
dq?: string | undefined;
|
3355
|
-
e?: string | undefined;
|
3356
|
-
ext?: boolean | undefined;
|
3357
|
-
k?: string | undefined;
|
3358
|
-
key_ops?: string[] | undefined;
|
3359
|
-
kid?: string | undefined;
|
3360
|
-
n?: string | undefined;
|
3361
|
-
p?: string | undefined;
|
3362
|
-
q?: string | undefined;
|
3363
|
-
qi?: string | undefined;
|
3364
|
-
use?: string | undefined;
|
3365
|
-
x?: string | undefined;
|
3366
|
-
y?: string | undefined;
|
3367
|
-
x5c?: string[] | undefined;
|
3368
|
-
x5t?: string | undefined;
|
3369
|
-
"x5t#S256"?: string | undefined;
|
3370
|
-
x5u?: string | undefined;
|
3371
|
-
}[];
|
3372
|
-
};
|
3373
3347
|
display: {
|
3374
3348
|
name: string;
|
3375
3349
|
locale: string;
|
@@ -3378,10 +3352,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3378
3352
|
alt_text: string;
|
3379
3353
|
} | undefined;
|
3380
3354
|
}[];
|
3381
|
-
credential_issuer: string;
|
3382
|
-
credential_endpoint: string;
|
3383
|
-
revocation_endpoint: string;
|
3384
|
-
status_attestation_endpoint: string;
|
3385
3355
|
credential_configurations_supported: Record<string, {
|
3386
3356
|
display: {
|
3387
3357
|
name: string;
|
@@ -3393,28 +3363,59 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3393
3363
|
background_color?: string | undefined;
|
3394
3364
|
text_color?: string | undefined;
|
3395
3365
|
}[];
|
3396
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3397
3366
|
scope: string;
|
3398
3367
|
cryptographic_binding_methods_supported: string[];
|
3368
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3399
3369
|
credential_signing_alg_values_supported: string[];
|
3400
3370
|
claims?: Record<string, {
|
3401
|
-
value_type: string;
|
3402
3371
|
display: {
|
3403
3372
|
name: string;
|
3404
3373
|
locale: string;
|
3405
3374
|
}[];
|
3375
|
+
value_type: string;
|
3406
3376
|
}> | undefined;
|
3407
3377
|
authentic_source?: string | undefined;
|
3408
3378
|
issuance_errors_supported?: Record<string, {
|
3409
3379
|
display: {
|
3410
|
-
locale: string;
|
3411
3380
|
title: string;
|
3381
|
+
locale: string;
|
3412
3382
|
description: string;
|
3413
3383
|
}[];
|
3414
3384
|
}> | undefined;
|
3415
3385
|
}>;
|
3386
|
+
jwks: {
|
3387
|
+
keys: {
|
3388
|
+
kty: "RSA" | "EC";
|
3389
|
+
alg?: string | undefined;
|
3390
|
+
crv?: string | undefined;
|
3391
|
+
d?: string | undefined;
|
3392
|
+
dp?: string | undefined;
|
3393
|
+
dq?: string | undefined;
|
3394
|
+
e?: string | undefined;
|
3395
|
+
ext?: boolean | undefined;
|
3396
|
+
k?: string | undefined;
|
3397
|
+
key_ops?: string[] | undefined;
|
3398
|
+
kid?: string | undefined;
|
3399
|
+
n?: string | undefined;
|
3400
|
+
p?: string | undefined;
|
3401
|
+
q?: string | undefined;
|
3402
|
+
qi?: string | undefined;
|
3403
|
+
use?: string | undefined;
|
3404
|
+
x?: string | undefined;
|
3405
|
+
y?: string | undefined;
|
3406
|
+
x5c?: string[] | undefined;
|
3407
|
+
x5t?: string | undefined;
|
3408
|
+
"x5t#S256"?: string | undefined;
|
3409
|
+
x5u?: string | undefined;
|
3410
|
+
}[];
|
3411
|
+
};
|
3412
|
+
credential_issuer: string;
|
3413
|
+
credential_endpoint: string;
|
3414
|
+
revocation_endpoint: string;
|
3415
|
+
status_attestation_endpoint: string;
|
3416
3416
|
};
|
3417
3417
|
oauth_authorization_server: {
|
3418
|
+
pushed_authorization_request_endpoint: string;
|
3418
3419
|
jwks: {
|
3419
3420
|
keys: {
|
3420
3421
|
kty: "RSA" | "EC";
|
@@ -3442,8 +3443,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3442
3443
|
}[];
|
3443
3444
|
};
|
3444
3445
|
authorization_endpoint: string;
|
3445
|
-
pushed_authorization_request_endpoint: string;
|
3446
3446
|
token_endpoint: string;
|
3447
|
+
request_object_signing_alg_values_supported: string[];
|
3447
3448
|
client_registration_types_supported: string[];
|
3448
3449
|
code_challenge_methods_supported: string[];
|
3449
3450
|
acr_values_supported: string[];
|
@@ -3453,7 +3454,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3453
3454
|
response_modes_supported: string[];
|
3454
3455
|
token_endpoint_auth_methods_supported: string[];
|
3455
3456
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3456
|
-
request_object_signing_alg_values_supported: string[];
|
3457
3457
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
3458
3458
|
introspection_endpoint?: string | undefined;
|
3459
3459
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -3524,32 +3524,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3524
3524
|
};
|
3525
3525
|
metadata: {
|
3526
3526
|
openid_credential_issuer: {
|
3527
|
-
jwks: {
|
3528
|
-
keys: {
|
3529
|
-
kty: "RSA" | "EC";
|
3530
|
-
alg?: string | undefined;
|
3531
|
-
crv?: string | undefined;
|
3532
|
-
d?: string | undefined;
|
3533
|
-
dp?: string | undefined;
|
3534
|
-
dq?: string | undefined;
|
3535
|
-
e?: string | undefined;
|
3536
|
-
ext?: boolean | undefined;
|
3537
|
-
k?: string | undefined;
|
3538
|
-
key_ops?: string[] | undefined;
|
3539
|
-
kid?: string | undefined;
|
3540
|
-
n?: string | undefined;
|
3541
|
-
p?: string | undefined;
|
3542
|
-
q?: string | undefined;
|
3543
|
-
qi?: string | undefined;
|
3544
|
-
use?: string | undefined;
|
3545
|
-
x?: string | undefined;
|
3546
|
-
y?: string | undefined;
|
3547
|
-
x5c?: string[] | undefined;
|
3548
|
-
x5t?: string | undefined;
|
3549
|
-
"x5t#S256"?: string | undefined;
|
3550
|
-
x5u?: string | undefined;
|
3551
|
-
}[];
|
3552
|
-
};
|
3553
3527
|
display: {
|
3554
3528
|
name: string;
|
3555
3529
|
locale: string;
|
@@ -3558,10 +3532,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3558
3532
|
alt_text: string;
|
3559
3533
|
} | undefined;
|
3560
3534
|
}[];
|
3561
|
-
credential_issuer: string;
|
3562
|
-
credential_endpoint: string;
|
3563
|
-
revocation_endpoint: string;
|
3564
|
-
status_attestation_endpoint: string;
|
3565
3535
|
credential_configurations_supported: Record<string, {
|
3566
3536
|
display: {
|
3567
3537
|
name: string;
|
@@ -3573,28 +3543,59 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3573
3543
|
background_color?: string | undefined;
|
3574
3544
|
text_color?: string | undefined;
|
3575
3545
|
}[];
|
3576
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3577
3546
|
scope: string;
|
3578
3547
|
cryptographic_binding_methods_supported: string[];
|
3548
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3579
3549
|
credential_signing_alg_values_supported: string[];
|
3580
3550
|
claims?: Record<string, {
|
3581
|
-
value_type: string;
|
3582
3551
|
display: {
|
3583
3552
|
name: string;
|
3584
3553
|
locale: string;
|
3585
3554
|
}[];
|
3555
|
+
value_type: string;
|
3586
3556
|
}> | undefined;
|
3587
3557
|
authentic_source?: string | undefined;
|
3588
3558
|
issuance_errors_supported?: Record<string, {
|
3589
3559
|
display: {
|
3590
|
-
locale: string;
|
3591
3560
|
title: string;
|
3561
|
+
locale: string;
|
3592
3562
|
description: string;
|
3593
3563
|
}[];
|
3594
3564
|
}> | undefined;
|
3595
3565
|
}>;
|
3566
|
+
jwks: {
|
3567
|
+
keys: {
|
3568
|
+
kty: "RSA" | "EC";
|
3569
|
+
alg?: string | undefined;
|
3570
|
+
crv?: string | undefined;
|
3571
|
+
d?: string | undefined;
|
3572
|
+
dp?: string | undefined;
|
3573
|
+
dq?: string | undefined;
|
3574
|
+
e?: string | undefined;
|
3575
|
+
ext?: boolean | undefined;
|
3576
|
+
k?: string | undefined;
|
3577
|
+
key_ops?: string[] | undefined;
|
3578
|
+
kid?: string | undefined;
|
3579
|
+
n?: string | undefined;
|
3580
|
+
p?: string | undefined;
|
3581
|
+
q?: string | undefined;
|
3582
|
+
qi?: string | undefined;
|
3583
|
+
use?: string | undefined;
|
3584
|
+
x?: string | undefined;
|
3585
|
+
y?: string | undefined;
|
3586
|
+
x5c?: string[] | undefined;
|
3587
|
+
x5t?: string | undefined;
|
3588
|
+
"x5t#S256"?: string | undefined;
|
3589
|
+
x5u?: string | undefined;
|
3590
|
+
}[];
|
3591
|
+
};
|
3592
|
+
credential_issuer: string;
|
3593
|
+
credential_endpoint: string;
|
3594
|
+
revocation_endpoint: string;
|
3595
|
+
status_attestation_endpoint: string;
|
3596
3596
|
};
|
3597
3597
|
oauth_authorization_server: {
|
3598
|
+
pushed_authorization_request_endpoint: string;
|
3598
3599
|
jwks: {
|
3599
3600
|
keys: {
|
3600
3601
|
kty: "RSA" | "EC";
|
@@ -3622,8 +3623,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3622
3623
|
}[];
|
3623
3624
|
};
|
3624
3625
|
authorization_endpoint: string;
|
3625
|
-
pushed_authorization_request_endpoint: string;
|
3626
3626
|
token_endpoint: string;
|
3627
|
+
request_object_signing_alg_values_supported: string[];
|
3627
3628
|
client_registration_types_supported: string[];
|
3628
3629
|
code_challenge_methods_supported: string[];
|
3629
3630
|
acr_values_supported: string[];
|
@@ -3633,7 +3634,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3633
3634
|
response_modes_supported: string[];
|
3634
3635
|
token_endpoint_auth_methods_supported: string[];
|
3635
3636
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3636
|
-
request_object_signing_alg_values_supported: string[];
|
3637
3637
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
3638
3638
|
introspection_endpoint?: string | undefined;
|
3639
3639
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -3706,32 +3706,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3706
3706
|
};
|
3707
3707
|
metadata: {
|
3708
3708
|
openid_credential_issuer: {
|
3709
|
-
jwks: {
|
3710
|
-
keys: {
|
3711
|
-
kty: "RSA" | "EC";
|
3712
|
-
alg?: string | undefined;
|
3713
|
-
crv?: string | undefined;
|
3714
|
-
d?: string | undefined;
|
3715
|
-
dp?: string | undefined;
|
3716
|
-
dq?: string | undefined;
|
3717
|
-
e?: string | undefined;
|
3718
|
-
ext?: boolean | undefined;
|
3719
|
-
k?: string | undefined;
|
3720
|
-
key_ops?: string[] | undefined;
|
3721
|
-
kid?: string | undefined;
|
3722
|
-
n?: string | undefined;
|
3723
|
-
p?: string | undefined;
|
3724
|
-
q?: string | undefined;
|
3725
|
-
qi?: string | undefined;
|
3726
|
-
use?: string | undefined;
|
3727
|
-
x?: string | undefined;
|
3728
|
-
y?: string | undefined;
|
3729
|
-
x5c?: string[] | undefined;
|
3730
|
-
x5t?: string | undefined;
|
3731
|
-
"x5t#S256"?: string | undefined;
|
3732
|
-
x5u?: string | undefined;
|
3733
|
-
}[];
|
3734
|
-
};
|
3735
3709
|
display: {
|
3736
3710
|
name: string;
|
3737
3711
|
locale: string;
|
@@ -3740,10 +3714,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3740
3714
|
alt_text: string;
|
3741
3715
|
} | undefined;
|
3742
3716
|
}[];
|
3743
|
-
credential_issuer: string;
|
3744
|
-
credential_endpoint: string;
|
3745
|
-
revocation_endpoint: string;
|
3746
|
-
status_attestation_endpoint: string;
|
3747
3717
|
credential_configurations_supported: Record<string, {
|
3748
3718
|
display: {
|
3749
3719
|
name: string;
|
@@ -3755,28 +3725,59 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3755
3725
|
background_color?: string | undefined;
|
3756
3726
|
text_color?: string | undefined;
|
3757
3727
|
}[];
|
3758
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3759
3728
|
scope: string;
|
3760
3729
|
cryptographic_binding_methods_supported: string[];
|
3730
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3761
3731
|
credential_signing_alg_values_supported: string[];
|
3762
3732
|
claims?: Record<string, {
|
3763
|
-
value_type: string;
|
3764
3733
|
display: {
|
3765
3734
|
name: string;
|
3766
3735
|
locale: string;
|
3767
3736
|
}[];
|
3737
|
+
value_type: string;
|
3768
3738
|
}> | undefined;
|
3769
3739
|
authentic_source?: string | undefined;
|
3770
3740
|
issuance_errors_supported?: Record<string, {
|
3771
3741
|
display: {
|
3772
|
-
locale: string;
|
3773
3742
|
title: string;
|
3743
|
+
locale: string;
|
3774
3744
|
description: string;
|
3775
3745
|
}[];
|
3776
3746
|
}> | undefined;
|
3777
3747
|
}>;
|
3748
|
+
jwks: {
|
3749
|
+
keys: {
|
3750
|
+
kty: "RSA" | "EC";
|
3751
|
+
alg?: string | undefined;
|
3752
|
+
crv?: string | undefined;
|
3753
|
+
d?: string | undefined;
|
3754
|
+
dp?: string | undefined;
|
3755
|
+
dq?: string | undefined;
|
3756
|
+
e?: string | undefined;
|
3757
|
+
ext?: boolean | undefined;
|
3758
|
+
k?: string | undefined;
|
3759
|
+
key_ops?: string[] | undefined;
|
3760
|
+
kid?: string | undefined;
|
3761
|
+
n?: string | undefined;
|
3762
|
+
p?: string | undefined;
|
3763
|
+
q?: string | undefined;
|
3764
|
+
qi?: string | undefined;
|
3765
|
+
use?: string | undefined;
|
3766
|
+
x?: string | undefined;
|
3767
|
+
y?: string | undefined;
|
3768
|
+
x5c?: string[] | undefined;
|
3769
|
+
x5t?: string | undefined;
|
3770
|
+
"x5t#S256"?: string | undefined;
|
3771
|
+
x5u?: string | undefined;
|
3772
|
+
}[];
|
3773
|
+
};
|
3774
|
+
credential_issuer: string;
|
3775
|
+
credential_endpoint: string;
|
3776
|
+
revocation_endpoint: string;
|
3777
|
+
status_attestation_endpoint: string;
|
3778
3778
|
};
|
3779
3779
|
oauth_authorization_server: {
|
3780
|
+
pushed_authorization_request_endpoint: string;
|
3780
3781
|
jwks: {
|
3781
3782
|
keys: {
|
3782
3783
|
kty: "RSA" | "EC";
|
@@ -3804,8 +3805,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3804
3805
|
}[];
|
3805
3806
|
};
|
3806
3807
|
authorization_endpoint: string;
|
3807
|
-
pushed_authorization_request_endpoint: string;
|
3808
3808
|
token_endpoint: string;
|
3809
|
+
request_object_signing_alg_values_supported: string[];
|
3809
3810
|
client_registration_types_supported: string[];
|
3810
3811
|
code_challenge_methods_supported: string[];
|
3811
3812
|
acr_values_supported: string[];
|
@@ -3815,7 +3816,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3815
3816
|
response_modes_supported: string[];
|
3816
3817
|
token_endpoint_auth_methods_supported: string[];
|
3817
3818
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
3818
|
-
request_object_signing_alg_values_supported: string[];
|
3819
3819
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
3820
3820
|
introspection_endpoint?: string | undefined;
|
3821
3821
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -3888,32 +3888,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3888
3888
|
};
|
3889
3889
|
metadata: {
|
3890
3890
|
openid_credential_issuer: {
|
3891
|
-
jwks: {
|
3892
|
-
keys: {
|
3893
|
-
kty: "RSA" | "EC";
|
3894
|
-
alg?: string | undefined;
|
3895
|
-
crv?: string | undefined;
|
3896
|
-
d?: string | undefined;
|
3897
|
-
dp?: string | undefined;
|
3898
|
-
dq?: string | undefined;
|
3899
|
-
e?: string | undefined;
|
3900
|
-
ext?: boolean | undefined;
|
3901
|
-
k?: string | undefined;
|
3902
|
-
key_ops?: string[] | undefined;
|
3903
|
-
kid?: string | undefined;
|
3904
|
-
n?: string | undefined;
|
3905
|
-
p?: string | undefined;
|
3906
|
-
q?: string | undefined;
|
3907
|
-
qi?: string | undefined;
|
3908
|
-
use?: string | undefined;
|
3909
|
-
x?: string | undefined;
|
3910
|
-
y?: string | undefined;
|
3911
|
-
x5c?: string[] | undefined;
|
3912
|
-
x5t?: string | undefined;
|
3913
|
-
"x5t#S256"?: string | undefined;
|
3914
|
-
x5u?: string | undefined;
|
3915
|
-
}[];
|
3916
|
-
};
|
3917
3891
|
display: {
|
3918
3892
|
name: string;
|
3919
3893
|
locale: string;
|
@@ -3922,10 +3896,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3922
3896
|
alt_text: string;
|
3923
3897
|
} | undefined;
|
3924
3898
|
}[];
|
3925
|
-
credential_issuer: string;
|
3926
|
-
credential_endpoint: string;
|
3927
|
-
revocation_endpoint: string;
|
3928
|
-
status_attestation_endpoint: string;
|
3929
3899
|
credential_configurations_supported: Record<string, {
|
3930
3900
|
display: {
|
3931
3901
|
name: string;
|
@@ -3937,28 +3907,59 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3937
3907
|
background_color?: string | undefined;
|
3938
3908
|
text_color?: string | undefined;
|
3939
3909
|
}[];
|
3940
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3941
3910
|
scope: string;
|
3942
3911
|
cryptographic_binding_methods_supported: string[];
|
3912
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
3943
3913
|
credential_signing_alg_values_supported: string[];
|
3944
3914
|
claims?: Record<string, {
|
3945
|
-
value_type: string;
|
3946
3915
|
display: {
|
3947
3916
|
name: string;
|
3948
3917
|
locale: string;
|
3949
3918
|
}[];
|
3919
|
+
value_type: string;
|
3950
3920
|
}> | undefined;
|
3951
3921
|
authentic_source?: string | undefined;
|
3952
3922
|
issuance_errors_supported?: Record<string, {
|
3953
3923
|
display: {
|
3954
|
-
locale: string;
|
3955
3924
|
title: string;
|
3925
|
+
locale: string;
|
3956
3926
|
description: string;
|
3957
3927
|
}[];
|
3958
3928
|
}> | undefined;
|
3959
3929
|
}>;
|
3930
|
+
jwks: {
|
3931
|
+
keys: {
|
3932
|
+
kty: "RSA" | "EC";
|
3933
|
+
alg?: string | undefined;
|
3934
|
+
crv?: string | undefined;
|
3935
|
+
d?: string | undefined;
|
3936
|
+
dp?: string | undefined;
|
3937
|
+
dq?: string | undefined;
|
3938
|
+
e?: string | undefined;
|
3939
|
+
ext?: boolean | undefined;
|
3940
|
+
k?: string | undefined;
|
3941
|
+
key_ops?: string[] | undefined;
|
3942
|
+
kid?: string | undefined;
|
3943
|
+
n?: string | undefined;
|
3944
|
+
p?: string | undefined;
|
3945
|
+
q?: string | undefined;
|
3946
|
+
qi?: string | undefined;
|
3947
|
+
use?: string | undefined;
|
3948
|
+
x?: string | undefined;
|
3949
|
+
y?: string | undefined;
|
3950
|
+
x5c?: string[] | undefined;
|
3951
|
+
x5t?: string | undefined;
|
3952
|
+
"x5t#S256"?: string | undefined;
|
3953
|
+
x5u?: string | undefined;
|
3954
|
+
}[];
|
3955
|
+
};
|
3956
|
+
credential_issuer: string;
|
3957
|
+
credential_endpoint: string;
|
3958
|
+
revocation_endpoint: string;
|
3959
|
+
status_attestation_endpoint: string;
|
3960
3960
|
};
|
3961
3961
|
oauth_authorization_server: {
|
3962
|
+
pushed_authorization_request_endpoint: string;
|
3962
3963
|
jwks: {
|
3963
3964
|
keys: {
|
3964
3965
|
kty: "RSA" | "EC";
|
@@ -3986,8 +3987,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3986
3987
|
}[];
|
3987
3988
|
};
|
3988
3989
|
authorization_endpoint: string;
|
3989
|
-
pushed_authorization_request_endpoint: string;
|
3990
3990
|
token_endpoint: string;
|
3991
|
+
request_object_signing_alg_values_supported: string[];
|
3991
3992
|
client_registration_types_supported: string[];
|
3992
3993
|
code_challenge_methods_supported: string[];
|
3993
3994
|
acr_values_supported: string[];
|
@@ -3997,7 +3998,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
3997
3998
|
response_modes_supported: string[];
|
3998
3999
|
token_endpoint_auth_methods_supported: string[];
|
3999
4000
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
4000
|
-
request_object_signing_alg_values_supported: string[];
|
4001
4001
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
4002
4002
|
introspection_endpoint?: string | undefined;
|
4003
4003
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -4767,9 +4767,6 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
|
|
4767
4767
|
};
|
4768
4768
|
payload: {
|
4769
4769
|
iss: string;
|
4770
|
-
sub: string;
|
4771
|
-
iat: number;
|
4772
|
-
exp: number;
|
4773
4770
|
jwks: {
|
4774
4771
|
keys: {
|
4775
4772
|
kty: "RSA" | "EC";
|
@@ -4796,6 +4793,9 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
|
|
4796
4793
|
x5u?: string | undefined;
|
4797
4794
|
}[];
|
4798
4795
|
};
|
4796
|
+
iat: number;
|
4797
|
+
exp: number;
|
4798
|
+
sub: string;
|
4799
4799
|
metadata: {
|
4800
4800
|
federation_entity: {
|
4801
4801
|
federation_fetch_endpoint?: string | undefined;
|
@@ -4826,9 +4826,6 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
|
|
4826
4826
|
};
|
4827
4827
|
payload: {
|
4828
4828
|
iss: string;
|
4829
|
-
sub: string;
|
4830
|
-
iat: number;
|
4831
|
-
exp: number;
|
4832
4829
|
jwks: {
|
4833
4830
|
keys: {
|
4834
4831
|
kty: "RSA" | "EC";
|
@@ -4855,6 +4852,9 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
|
|
4855
4852
|
x5u?: string | undefined;
|
4856
4853
|
}[];
|
4857
4854
|
};
|
4855
|
+
iat: number;
|
4856
|
+
exp: number;
|
4857
|
+
sub: string;
|
4858
4858
|
metadata: {
|
4859
4859
|
federation_entity: {
|
4860
4860
|
federation_fetch_endpoint?: string | undefined;
|
@@ -6009,9 +6009,6 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
|
|
6009
6009
|
};
|
6010
6010
|
payload: {
|
6011
6011
|
iss: string;
|
6012
|
-
sub: string;
|
6013
|
-
iat: number;
|
6014
|
-
exp: number;
|
6015
6012
|
jwks: {
|
6016
6013
|
keys: {
|
6017
6014
|
kty: "RSA" | "EC";
|
@@ -6038,6 +6035,9 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
|
|
6038
6035
|
x5u?: string | undefined;
|
6039
6036
|
}[];
|
6040
6037
|
};
|
6038
|
+
iat: number;
|
6039
|
+
exp: number;
|
6040
|
+
sub: string;
|
6041
6041
|
metadata: {
|
6042
6042
|
federation_entity: {
|
6043
6043
|
federation_fetch_endpoint?: string | undefined;
|
@@ -6068,9 +6068,6 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
|
|
6068
6068
|
};
|
6069
6069
|
payload: {
|
6070
6070
|
iss: string;
|
6071
|
-
sub: string;
|
6072
|
-
iat: number;
|
6073
|
-
exp: number;
|
6074
6071
|
jwks: {
|
6075
6072
|
keys: {
|
6076
6073
|
kty: "RSA" | "EC";
|
@@ -6097,6 +6094,9 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
|
|
6097
6094
|
x5u?: string | undefined;
|
6098
6095
|
}[];
|
6099
6096
|
};
|
6097
|
+
iat: number;
|
6098
|
+
exp: number;
|
6099
|
+
sub: string;
|
6100
6100
|
metadata: {
|
6101
6101
|
federation_entity: {
|
6102
6102
|
federation_fetch_endpoint?: string | undefined;
|
@@ -7464,9 +7464,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
7464
7464
|
};
|
7465
7465
|
payload: {
|
7466
7466
|
iss: string;
|
7467
|
-
sub: string;
|
7468
|
-
iat: number;
|
7469
|
-
exp: number;
|
7470
7467
|
jwks: {
|
7471
7468
|
keys: {
|
7472
7469
|
kty: "RSA" | "EC";
|
@@ -7493,6 +7490,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
7493
7490
|
x5u?: string | undefined;
|
7494
7491
|
}[];
|
7495
7492
|
};
|
7493
|
+
iat: number;
|
7494
|
+
exp: number;
|
7495
|
+
sub: string;
|
7496
7496
|
metadata: {
|
7497
7497
|
federation_entity: {
|
7498
7498
|
federation_fetch_endpoint?: string | undefined;
|
@@ -7523,9 +7523,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
7523
7523
|
};
|
7524
7524
|
payload: {
|
7525
7525
|
iss: string;
|
7526
|
-
sub: string;
|
7527
|
-
iat: number;
|
7528
|
-
exp: number;
|
7529
7526
|
jwks: {
|
7530
7527
|
keys: {
|
7531
7528
|
kty: "RSA" | "EC";
|
@@ -7552,6 +7549,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
7552
7549
|
x5u?: string | undefined;
|
7553
7550
|
}[];
|
7554
7551
|
};
|
7552
|
+
iat: number;
|
7553
|
+
exp: number;
|
7554
|
+
sub: string;
|
7555
7555
|
metadata: {
|
7556
7556
|
federation_entity: {
|
7557
7557
|
federation_fetch_endpoint?: string | undefined;
|
@@ -8917,9 +8917,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
8917
8917
|
};
|
8918
8918
|
payload: {
|
8919
8919
|
iss: string;
|
8920
|
-
sub: string;
|
8921
|
-
iat: number;
|
8922
|
-
exp: number;
|
8923
8920
|
jwks: {
|
8924
8921
|
keys: {
|
8925
8922
|
kty: "RSA" | "EC";
|
@@ -8946,6 +8943,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
8946
8943
|
x5u?: string | undefined;
|
8947
8944
|
}[];
|
8948
8945
|
};
|
8946
|
+
iat: number;
|
8947
|
+
exp: number;
|
8948
|
+
sub: string;
|
8949
8949
|
metadata: {
|
8950
8950
|
federation_entity: {
|
8951
8951
|
federation_fetch_endpoint?: string | undefined;
|
@@ -8976,9 +8976,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
8976
8976
|
};
|
8977
8977
|
payload: {
|
8978
8978
|
iss: string;
|
8979
|
-
sub: string;
|
8980
|
-
iat: number;
|
8981
|
-
exp: number;
|
8982
8979
|
jwks: {
|
8983
8980
|
keys: {
|
8984
8981
|
kty: "RSA" | "EC";
|
@@ -9005,6 +9002,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9005
9002
|
x5u?: string | undefined;
|
9006
9003
|
}[];
|
9007
9004
|
};
|
9005
|
+
iat: number;
|
9006
|
+
exp: number;
|
9007
|
+
sub: string;
|
9008
9008
|
metadata: {
|
9009
9009
|
federation_entity: {
|
9010
9010
|
federation_fetch_endpoint?: string | undefined;
|
@@ -9235,17 +9235,17 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9235
9235
|
locale: string;
|
9236
9236
|
}>, "many">;
|
9237
9237
|
}, "strip", z.ZodTypeAny, {
|
9238
|
-
value_type: string;
|
9239
9238
|
display: {
|
9240
9239
|
name: string;
|
9241
9240
|
locale: string;
|
9242
9241
|
}[];
|
9243
|
-
}, {
|
9244
9242
|
value_type: string;
|
9243
|
+
}, {
|
9245
9244
|
display: {
|
9246
9245
|
name: string;
|
9247
9246
|
locale: string;
|
9248
9247
|
}[];
|
9248
|
+
value_type: string;
|
9249
9249
|
}>>>;
|
9250
9250
|
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
|
9251
9251
|
credential_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
@@ -9256,24 +9256,24 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9256
9256
|
description: z.ZodString;
|
9257
9257
|
locale: z.ZodString;
|
9258
9258
|
}, "strip", z.ZodTypeAny, {
|
9259
|
-
locale: string;
|
9260
9259
|
title: string;
|
9260
|
+
locale: string;
|
9261
9261
|
description: string;
|
9262
9262
|
}, {
|
9263
|
-
locale: string;
|
9264
9263
|
title: string;
|
9264
|
+
locale: string;
|
9265
9265
|
description: string;
|
9266
9266
|
}>, "many">;
|
9267
9267
|
}, "strip", z.ZodTypeAny, {
|
9268
9268
|
display: {
|
9269
|
-
locale: string;
|
9270
9269
|
title: string;
|
9270
|
+
locale: string;
|
9271
9271
|
description: string;
|
9272
9272
|
}[];
|
9273
9273
|
}, {
|
9274
9274
|
display: {
|
9275
|
-
locale: string;
|
9276
9275
|
title: string;
|
9276
|
+
locale: string;
|
9277
9277
|
description: string;
|
9278
9278
|
}[];
|
9279
9279
|
}>>>;
|
@@ -9288,22 +9288,22 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9288
9288
|
background_color?: string | undefined;
|
9289
9289
|
text_color?: string | undefined;
|
9290
9290
|
}[];
|
9291
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9292
9291
|
scope: string;
|
9293
9292
|
cryptographic_binding_methods_supported: string[];
|
9293
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9294
9294
|
credential_signing_alg_values_supported: string[];
|
9295
9295
|
claims?: Record<string, {
|
9296
|
-
value_type: string;
|
9297
9296
|
display: {
|
9298
9297
|
name: string;
|
9299
9298
|
locale: string;
|
9300
9299
|
}[];
|
9300
|
+
value_type: string;
|
9301
9301
|
}> | undefined;
|
9302
9302
|
authentic_source?: string | undefined;
|
9303
9303
|
issuance_errors_supported?: Record<string, {
|
9304
9304
|
display: {
|
9305
|
-
locale: string;
|
9306
9305
|
title: string;
|
9306
|
+
locale: string;
|
9307
9307
|
description: string;
|
9308
9308
|
}[];
|
9309
9309
|
}> | undefined;
|
@@ -9318,22 +9318,22 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9318
9318
|
background_color?: string | undefined;
|
9319
9319
|
text_color?: string | undefined;
|
9320
9320
|
}[];
|
9321
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9322
9321
|
scope: string;
|
9323
9322
|
cryptographic_binding_methods_supported: string[];
|
9323
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9324
9324
|
credential_signing_alg_values_supported: string[];
|
9325
9325
|
claims?: Record<string, {
|
9326
|
-
value_type: string;
|
9327
9326
|
display: {
|
9328
9327
|
name: string;
|
9329
9328
|
locale: string;
|
9330
9329
|
}[];
|
9330
|
+
value_type: string;
|
9331
9331
|
}> | undefined;
|
9332
9332
|
authentic_source?: string | undefined;
|
9333
9333
|
issuance_errors_supported?: Record<string, {
|
9334
9334
|
display: {
|
9335
|
-
locale: string;
|
9336
9335
|
title: string;
|
9336
|
+
locale: string;
|
9337
9337
|
description: string;
|
9338
9338
|
}[];
|
9339
9339
|
}> | undefined;
|
@@ -9434,34 +9434,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9434
9434
|
"x5t#S256"?: string | undefined;
|
9435
9435
|
x5u?: string | undefined;
|
9436
9436
|
}[];
|
9437
|
-
}, {
|
9438
|
-
keys: {
|
9439
|
-
kty: "RSA" | "EC";
|
9440
|
-
alg?: string | undefined;
|
9441
|
-
crv?: string | undefined;
|
9442
|
-
d?: string | undefined;
|
9443
|
-
dp?: string | undefined;
|
9444
|
-
dq?: string | undefined;
|
9445
|
-
e?: string | undefined;
|
9446
|
-
ext?: boolean | undefined;
|
9447
|
-
k?: string | undefined;
|
9448
|
-
key_ops?: string[] | undefined;
|
9449
|
-
kid?: string | undefined;
|
9450
|
-
n?: string | undefined;
|
9451
|
-
p?: string | undefined;
|
9452
|
-
q?: string | undefined;
|
9453
|
-
qi?: string | undefined;
|
9454
|
-
use?: string | undefined;
|
9455
|
-
x?: string | undefined;
|
9456
|
-
y?: string | undefined;
|
9457
|
-
x5c?: string[] | undefined;
|
9458
|
-
x5t?: string | undefined;
|
9459
|
-
"x5t#S256"?: string | undefined;
|
9460
|
-
x5u?: string | undefined;
|
9461
|
-
}[];
|
9462
|
-
}>;
|
9463
|
-
}, "strip", z.ZodTypeAny, {
|
9464
|
-
jwks: {
|
9437
|
+
}, {
|
9465
9438
|
keys: {
|
9466
9439
|
kty: "RSA" | "EC";
|
9467
9440
|
alg?: string | undefined;
|
@@ -9486,7 +9459,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9486
9459
|
"x5t#S256"?: string | undefined;
|
9487
9460
|
x5u?: string | undefined;
|
9488
9461
|
}[];
|
9489
|
-
}
|
9462
|
+
}>;
|
9463
|
+
}, "strip", z.ZodTypeAny, {
|
9490
9464
|
display: {
|
9491
9465
|
name: string;
|
9492
9466
|
locale: string;
|
@@ -9495,10 +9469,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9495
9469
|
alt_text: string;
|
9496
9470
|
} | undefined;
|
9497
9471
|
}[];
|
9498
|
-
credential_issuer: string;
|
9499
|
-
credential_endpoint: string;
|
9500
|
-
revocation_endpoint: string;
|
9501
|
-
status_attestation_endpoint: string;
|
9502
9472
|
credential_configurations_supported: Record<string, {
|
9503
9473
|
display: {
|
9504
9474
|
name: string;
|
@@ -9510,27 +9480,26 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9510
9480
|
background_color?: string | undefined;
|
9511
9481
|
text_color?: string | undefined;
|
9512
9482
|
}[];
|
9513
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9514
9483
|
scope: string;
|
9515
9484
|
cryptographic_binding_methods_supported: string[];
|
9485
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9516
9486
|
credential_signing_alg_values_supported: string[];
|
9517
9487
|
claims?: Record<string, {
|
9518
|
-
value_type: string;
|
9519
9488
|
display: {
|
9520
9489
|
name: string;
|
9521
9490
|
locale: string;
|
9522
9491
|
}[];
|
9492
|
+
value_type: string;
|
9523
9493
|
}> | undefined;
|
9524
9494
|
authentic_source?: string | undefined;
|
9525
9495
|
issuance_errors_supported?: Record<string, {
|
9526
9496
|
display: {
|
9527
|
-
locale: string;
|
9528
9497
|
title: string;
|
9498
|
+
locale: string;
|
9529
9499
|
description: string;
|
9530
9500
|
}[];
|
9531
9501
|
}> | undefined;
|
9532
9502
|
}>;
|
9533
|
-
}, {
|
9534
9503
|
jwks: {
|
9535
9504
|
keys: {
|
9536
9505
|
kty: "RSA" | "EC";
|
@@ -9557,6 +9526,11 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9557
9526
|
x5u?: string | undefined;
|
9558
9527
|
}[];
|
9559
9528
|
};
|
9529
|
+
credential_issuer: string;
|
9530
|
+
credential_endpoint: string;
|
9531
|
+
revocation_endpoint: string;
|
9532
|
+
status_attestation_endpoint: string;
|
9533
|
+
}, {
|
9560
9534
|
display: {
|
9561
9535
|
name: string;
|
9562
9536
|
locale: string;
|
@@ -9565,10 +9539,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9565
9539
|
alt_text: string;
|
9566
9540
|
} | undefined;
|
9567
9541
|
}[];
|
9568
|
-
credential_issuer: string;
|
9569
|
-
credential_endpoint: string;
|
9570
|
-
revocation_endpoint: string;
|
9571
|
-
status_attestation_endpoint: string;
|
9572
9542
|
credential_configurations_supported: Record<string, {
|
9573
9543
|
display: {
|
9574
9544
|
name: string;
|
@@ -9580,26 +9550,56 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9580
9550
|
background_color?: string | undefined;
|
9581
9551
|
text_color?: string | undefined;
|
9582
9552
|
}[];
|
9583
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9584
9553
|
scope: string;
|
9585
9554
|
cryptographic_binding_methods_supported: string[];
|
9555
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
9586
9556
|
credential_signing_alg_values_supported: string[];
|
9587
9557
|
claims?: Record<string, {
|
9588
|
-
value_type: string;
|
9589
9558
|
display: {
|
9590
9559
|
name: string;
|
9591
9560
|
locale: string;
|
9592
9561
|
}[];
|
9562
|
+
value_type: string;
|
9593
9563
|
}> | undefined;
|
9594
9564
|
authentic_source?: string | undefined;
|
9595
9565
|
issuance_errors_supported?: Record<string, {
|
9596
9566
|
display: {
|
9597
|
-
locale: string;
|
9598
9567
|
title: string;
|
9568
|
+
locale: string;
|
9599
9569
|
description: string;
|
9600
9570
|
}[];
|
9601
9571
|
}> | undefined;
|
9602
9572
|
}>;
|
9573
|
+
jwks: {
|
9574
|
+
keys: {
|
9575
|
+
kty: "RSA" | "EC";
|
9576
|
+
alg?: string | undefined;
|
9577
|
+
crv?: string | undefined;
|
9578
|
+
d?: string | undefined;
|
9579
|
+
dp?: string | undefined;
|
9580
|
+
dq?: string | undefined;
|
9581
|
+
e?: string | undefined;
|
9582
|
+
ext?: boolean | undefined;
|
9583
|
+
k?: string | undefined;
|
9584
|
+
key_ops?: string[] | undefined;
|
9585
|
+
kid?: string | undefined;
|
9586
|
+
n?: string | undefined;
|
9587
|
+
p?: string | undefined;
|
9588
|
+
q?: string | undefined;
|
9589
|
+
qi?: string | undefined;
|
9590
|
+
use?: string | undefined;
|
9591
|
+
x?: string | undefined;
|
9592
|
+
y?: string | undefined;
|
9593
|
+
x5c?: string[] | undefined;
|
9594
|
+
x5t?: string | undefined;
|
9595
|
+
"x5t#S256"?: string | undefined;
|
9596
|
+
x5u?: string | undefined;
|
9597
|
+
}[];
|
9598
|
+
};
|
9599
|
+
credential_issuer: string;
|
9600
|
+
credential_endpoint: string;
|
9601
|
+
revocation_endpoint: string;
|
9602
|
+
status_attestation_endpoint: string;
|
9603
9603
|
}>;
|
9604
9604
|
oauth_authorization_server: z.ZodObject<{
|
9605
9605
|
authorization_endpoint: z.ZodString;
|
@@ -9745,6 +9745,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9745
9745
|
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
9746
9746
|
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
|
9747
9747
|
}, "strip", z.ZodTypeAny, {
|
9748
|
+
pushed_authorization_request_endpoint: string;
|
9748
9749
|
jwks: {
|
9749
9750
|
keys: {
|
9750
9751
|
kty: "RSA" | "EC";
|
@@ -9772,8 +9773,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9772
9773
|
}[];
|
9773
9774
|
};
|
9774
9775
|
authorization_endpoint: string;
|
9775
|
-
pushed_authorization_request_endpoint: string;
|
9776
9776
|
token_endpoint: string;
|
9777
|
+
request_object_signing_alg_values_supported: string[];
|
9777
9778
|
client_registration_types_supported: string[];
|
9778
9779
|
code_challenge_methods_supported: string[];
|
9779
9780
|
acr_values_supported: string[];
|
@@ -9783,7 +9784,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9783
9784
|
response_modes_supported: string[];
|
9784
9785
|
token_endpoint_auth_methods_supported: string[];
|
9785
9786
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
9786
|
-
request_object_signing_alg_values_supported: string[];
|
9787
9787
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
9788
9788
|
introspection_endpoint?: string | undefined;
|
9789
9789
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -9792,6 +9792,7 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9792
9792
|
response_types_supported?: string[] | undefined;
|
9793
9793
|
subject_types_supported?: string[] | undefined;
|
9794
9794
|
}, {
|
9795
|
+
pushed_authorization_request_endpoint: string;
|
9795
9796
|
jwks: {
|
9796
9797
|
keys: {
|
9797
9798
|
kty: "RSA" | "EC";
|
@@ -9819,8 +9820,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9819
9820
|
}[];
|
9820
9821
|
};
|
9821
9822
|
authorization_endpoint: string;
|
9822
|
-
pushed_authorization_request_endpoint: string;
|
9823
9823
|
token_endpoint: string;
|
9824
|
+
request_object_signing_alg_values_supported: string[];
|
9824
9825
|
client_registration_types_supported: string[];
|
9825
9826
|
code_challenge_methods_supported: string[];
|
9826
9827
|
acr_values_supported: string[];
|
@@ -9830,7 +9831,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
9830
9831
|
response_modes_supported: string[];
|
9831
9832
|
token_endpoint_auth_methods_supported: string[];
|
9832
9833
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
9833
|
-
request_object_signing_alg_values_supported: string[];
|
9834
9834
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
9835
9835
|
introspection_endpoint?: string | undefined;
|
9836
9836
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -10034,32 +10034,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10034
10034
|
}>>;
|
10035
10035
|
}, "strip", z.ZodTypeAny, {
|
10036
10036
|
openid_credential_issuer: {
|
10037
|
-
jwks: {
|
10038
|
-
keys: {
|
10039
|
-
kty: "RSA" | "EC";
|
10040
|
-
alg?: string | undefined;
|
10041
|
-
crv?: string | undefined;
|
10042
|
-
d?: string | undefined;
|
10043
|
-
dp?: string | undefined;
|
10044
|
-
dq?: string | undefined;
|
10045
|
-
e?: string | undefined;
|
10046
|
-
ext?: boolean | undefined;
|
10047
|
-
k?: string | undefined;
|
10048
|
-
key_ops?: string[] | undefined;
|
10049
|
-
kid?: string | undefined;
|
10050
|
-
n?: string | undefined;
|
10051
|
-
p?: string | undefined;
|
10052
|
-
q?: string | undefined;
|
10053
|
-
qi?: string | undefined;
|
10054
|
-
use?: string | undefined;
|
10055
|
-
x?: string | undefined;
|
10056
|
-
y?: string | undefined;
|
10057
|
-
x5c?: string[] | undefined;
|
10058
|
-
x5t?: string | undefined;
|
10059
|
-
"x5t#S256"?: string | undefined;
|
10060
|
-
x5u?: string | undefined;
|
10061
|
-
}[];
|
10062
|
-
};
|
10063
10037
|
display: {
|
10064
10038
|
name: string;
|
10065
10039
|
locale: string;
|
@@ -10068,10 +10042,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10068
10042
|
alt_text: string;
|
10069
10043
|
} | undefined;
|
10070
10044
|
}[];
|
10071
|
-
credential_issuer: string;
|
10072
|
-
credential_endpoint: string;
|
10073
|
-
revocation_endpoint: string;
|
10074
|
-
status_attestation_endpoint: string;
|
10075
10045
|
credential_configurations_supported: Record<string, {
|
10076
10046
|
display: {
|
10077
10047
|
name: string;
|
@@ -10083,28 +10053,59 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10083
10053
|
background_color?: string | undefined;
|
10084
10054
|
text_color?: string | undefined;
|
10085
10055
|
}[];
|
10086
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10087
10056
|
scope: string;
|
10088
10057
|
cryptographic_binding_methods_supported: string[];
|
10058
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10089
10059
|
credential_signing_alg_values_supported: string[];
|
10090
10060
|
claims?: Record<string, {
|
10091
|
-
value_type: string;
|
10092
10061
|
display: {
|
10093
10062
|
name: string;
|
10094
10063
|
locale: string;
|
10095
10064
|
}[];
|
10065
|
+
value_type: string;
|
10096
10066
|
}> | undefined;
|
10097
10067
|
authentic_source?: string | undefined;
|
10098
10068
|
issuance_errors_supported?: Record<string, {
|
10099
10069
|
display: {
|
10100
|
-
locale: string;
|
10101
10070
|
title: string;
|
10071
|
+
locale: string;
|
10102
10072
|
description: string;
|
10103
10073
|
}[];
|
10104
10074
|
}> | undefined;
|
10105
10075
|
}>;
|
10076
|
+
jwks: {
|
10077
|
+
keys: {
|
10078
|
+
kty: "RSA" | "EC";
|
10079
|
+
alg?: string | undefined;
|
10080
|
+
crv?: string | undefined;
|
10081
|
+
d?: string | undefined;
|
10082
|
+
dp?: string | undefined;
|
10083
|
+
dq?: string | undefined;
|
10084
|
+
e?: string | undefined;
|
10085
|
+
ext?: boolean | undefined;
|
10086
|
+
k?: string | undefined;
|
10087
|
+
key_ops?: string[] | undefined;
|
10088
|
+
kid?: string | undefined;
|
10089
|
+
n?: string | undefined;
|
10090
|
+
p?: string | undefined;
|
10091
|
+
q?: string | undefined;
|
10092
|
+
qi?: string | undefined;
|
10093
|
+
use?: string | undefined;
|
10094
|
+
x?: string | undefined;
|
10095
|
+
y?: string | undefined;
|
10096
|
+
x5c?: string[] | undefined;
|
10097
|
+
x5t?: string | undefined;
|
10098
|
+
"x5t#S256"?: string | undefined;
|
10099
|
+
x5u?: string | undefined;
|
10100
|
+
}[];
|
10101
|
+
};
|
10102
|
+
credential_issuer: string;
|
10103
|
+
credential_endpoint: string;
|
10104
|
+
revocation_endpoint: string;
|
10105
|
+
status_attestation_endpoint: string;
|
10106
10106
|
};
|
10107
10107
|
oauth_authorization_server: {
|
10108
|
+
pushed_authorization_request_endpoint: string;
|
10108
10109
|
jwks: {
|
10109
10110
|
keys: {
|
10110
10111
|
kty: "RSA" | "EC";
|
@@ -10132,8 +10133,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10132
10133
|
}[];
|
10133
10134
|
};
|
10134
10135
|
authorization_endpoint: string;
|
10135
|
-
pushed_authorization_request_endpoint: string;
|
10136
10136
|
token_endpoint: string;
|
10137
|
+
request_object_signing_alg_values_supported: string[];
|
10137
10138
|
client_registration_types_supported: string[];
|
10138
10139
|
code_challenge_methods_supported: string[];
|
10139
10140
|
acr_values_supported: string[];
|
@@ -10143,7 +10144,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10143
10144
|
response_modes_supported: string[];
|
10144
10145
|
token_endpoint_auth_methods_supported: string[];
|
10145
10146
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10146
|
-
request_object_signing_alg_values_supported: string[];
|
10147
10147
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
10148
10148
|
introspection_endpoint?: string | undefined;
|
10149
10149
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -10186,32 +10186,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10186
10186
|
} | undefined;
|
10187
10187
|
}, {
|
10188
10188
|
openid_credential_issuer: {
|
10189
|
-
jwks: {
|
10190
|
-
keys: {
|
10191
|
-
kty: "RSA" | "EC";
|
10192
|
-
alg?: string | undefined;
|
10193
|
-
crv?: string | undefined;
|
10194
|
-
d?: string | undefined;
|
10195
|
-
dp?: string | undefined;
|
10196
|
-
dq?: string | undefined;
|
10197
|
-
e?: string | undefined;
|
10198
|
-
ext?: boolean | undefined;
|
10199
|
-
k?: string | undefined;
|
10200
|
-
key_ops?: string[] | undefined;
|
10201
|
-
kid?: string | undefined;
|
10202
|
-
n?: string | undefined;
|
10203
|
-
p?: string | undefined;
|
10204
|
-
q?: string | undefined;
|
10205
|
-
qi?: string | undefined;
|
10206
|
-
use?: string | undefined;
|
10207
|
-
x?: string | undefined;
|
10208
|
-
y?: string | undefined;
|
10209
|
-
x5c?: string[] | undefined;
|
10210
|
-
x5t?: string | undefined;
|
10211
|
-
"x5t#S256"?: string | undefined;
|
10212
|
-
x5u?: string | undefined;
|
10213
|
-
}[];
|
10214
|
-
};
|
10215
10189
|
display: {
|
10216
10190
|
name: string;
|
10217
10191
|
locale: string;
|
@@ -10220,10 +10194,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10220
10194
|
alt_text: string;
|
10221
10195
|
} | undefined;
|
10222
10196
|
}[];
|
10223
|
-
credential_issuer: string;
|
10224
|
-
credential_endpoint: string;
|
10225
|
-
revocation_endpoint: string;
|
10226
|
-
status_attestation_endpoint: string;
|
10227
10197
|
credential_configurations_supported: Record<string, {
|
10228
10198
|
display: {
|
10229
10199
|
name: string;
|
@@ -10235,28 +10205,59 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10235
10205
|
background_color?: string | undefined;
|
10236
10206
|
text_color?: string | undefined;
|
10237
10207
|
}[];
|
10238
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10239
10208
|
scope: string;
|
10240
10209
|
cryptographic_binding_methods_supported: string[];
|
10210
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10241
10211
|
credential_signing_alg_values_supported: string[];
|
10242
10212
|
claims?: Record<string, {
|
10243
|
-
value_type: string;
|
10244
10213
|
display: {
|
10245
10214
|
name: string;
|
10246
10215
|
locale: string;
|
10247
10216
|
}[];
|
10217
|
+
value_type: string;
|
10248
10218
|
}> | undefined;
|
10249
10219
|
authentic_source?: string | undefined;
|
10250
10220
|
issuance_errors_supported?: Record<string, {
|
10251
10221
|
display: {
|
10252
|
-
locale: string;
|
10253
10222
|
title: string;
|
10223
|
+
locale: string;
|
10254
10224
|
description: string;
|
10255
10225
|
}[];
|
10256
10226
|
}> | undefined;
|
10257
10227
|
}>;
|
10228
|
+
jwks: {
|
10229
|
+
keys: {
|
10230
|
+
kty: "RSA" | "EC";
|
10231
|
+
alg?: string | undefined;
|
10232
|
+
crv?: string | undefined;
|
10233
|
+
d?: string | undefined;
|
10234
|
+
dp?: string | undefined;
|
10235
|
+
dq?: string | undefined;
|
10236
|
+
e?: string | undefined;
|
10237
|
+
ext?: boolean | undefined;
|
10238
|
+
k?: string | undefined;
|
10239
|
+
key_ops?: string[] | undefined;
|
10240
|
+
kid?: string | undefined;
|
10241
|
+
n?: string | undefined;
|
10242
|
+
p?: string | undefined;
|
10243
|
+
q?: string | undefined;
|
10244
|
+
qi?: string | undefined;
|
10245
|
+
use?: string | undefined;
|
10246
|
+
x?: string | undefined;
|
10247
|
+
y?: string | undefined;
|
10248
|
+
x5c?: string[] | undefined;
|
10249
|
+
x5t?: string | undefined;
|
10250
|
+
"x5t#S256"?: string | undefined;
|
10251
|
+
x5u?: string | undefined;
|
10252
|
+
}[];
|
10253
|
+
};
|
10254
|
+
credential_issuer: string;
|
10255
|
+
credential_endpoint: string;
|
10256
|
+
revocation_endpoint: string;
|
10257
|
+
status_attestation_endpoint: string;
|
10258
10258
|
};
|
10259
10259
|
oauth_authorization_server: {
|
10260
|
+
pushed_authorization_request_endpoint: string;
|
10260
10261
|
jwks: {
|
10261
10262
|
keys: {
|
10262
10263
|
kty: "RSA" | "EC";
|
@@ -10284,8 +10285,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10284
10285
|
}[];
|
10285
10286
|
};
|
10286
10287
|
authorization_endpoint: string;
|
10287
|
-
pushed_authorization_request_endpoint: string;
|
10288
10288
|
token_endpoint: string;
|
10289
|
+
request_object_signing_alg_values_supported: string[];
|
10289
10290
|
client_registration_types_supported: string[];
|
10290
10291
|
code_challenge_methods_supported: string[];
|
10291
10292
|
acr_values_supported: string[];
|
@@ -10295,7 +10296,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10295
10296
|
response_modes_supported: string[];
|
10296
10297
|
token_endpoint_auth_methods_supported: string[];
|
10297
10298
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10298
|
-
request_object_signing_alg_values_supported: string[];
|
10299
10299
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
10300
10300
|
introspection_endpoint?: string | undefined;
|
10301
10301
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -10366,32 +10366,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10366
10366
|
};
|
10367
10367
|
metadata: {
|
10368
10368
|
openid_credential_issuer: {
|
10369
|
-
jwks: {
|
10370
|
-
keys: {
|
10371
|
-
kty: "RSA" | "EC";
|
10372
|
-
alg?: string | undefined;
|
10373
|
-
crv?: string | undefined;
|
10374
|
-
d?: string | undefined;
|
10375
|
-
dp?: string | undefined;
|
10376
|
-
dq?: string | undefined;
|
10377
|
-
e?: string | undefined;
|
10378
|
-
ext?: boolean | undefined;
|
10379
|
-
k?: string | undefined;
|
10380
|
-
key_ops?: string[] | undefined;
|
10381
|
-
kid?: string | undefined;
|
10382
|
-
n?: string | undefined;
|
10383
|
-
p?: string | undefined;
|
10384
|
-
q?: string | undefined;
|
10385
|
-
qi?: string | undefined;
|
10386
|
-
use?: string | undefined;
|
10387
|
-
x?: string | undefined;
|
10388
|
-
y?: string | undefined;
|
10389
|
-
x5c?: string[] | undefined;
|
10390
|
-
x5t?: string | undefined;
|
10391
|
-
"x5t#S256"?: string | undefined;
|
10392
|
-
x5u?: string | undefined;
|
10393
|
-
}[];
|
10394
|
-
};
|
10395
10369
|
display: {
|
10396
10370
|
name: string;
|
10397
10371
|
locale: string;
|
@@ -10400,10 +10374,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10400
10374
|
alt_text: string;
|
10401
10375
|
} | undefined;
|
10402
10376
|
}[];
|
10403
|
-
credential_issuer: string;
|
10404
|
-
credential_endpoint: string;
|
10405
|
-
revocation_endpoint: string;
|
10406
|
-
status_attestation_endpoint: string;
|
10407
10377
|
credential_configurations_supported: Record<string, {
|
10408
10378
|
display: {
|
10409
10379
|
name: string;
|
@@ -10415,28 +10385,59 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10415
10385
|
background_color?: string | undefined;
|
10416
10386
|
text_color?: string | undefined;
|
10417
10387
|
}[];
|
10418
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10419
10388
|
scope: string;
|
10420
10389
|
cryptographic_binding_methods_supported: string[];
|
10390
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10421
10391
|
credential_signing_alg_values_supported: string[];
|
10422
10392
|
claims?: Record<string, {
|
10423
|
-
value_type: string;
|
10424
10393
|
display: {
|
10425
10394
|
name: string;
|
10426
10395
|
locale: string;
|
10427
10396
|
}[];
|
10397
|
+
value_type: string;
|
10428
10398
|
}> | undefined;
|
10429
10399
|
authentic_source?: string | undefined;
|
10430
10400
|
issuance_errors_supported?: Record<string, {
|
10431
10401
|
display: {
|
10432
|
-
locale: string;
|
10433
10402
|
title: string;
|
10403
|
+
locale: string;
|
10434
10404
|
description: string;
|
10435
10405
|
}[];
|
10436
10406
|
}> | undefined;
|
10437
10407
|
}>;
|
10408
|
+
jwks: {
|
10409
|
+
keys: {
|
10410
|
+
kty: "RSA" | "EC";
|
10411
|
+
alg?: string | undefined;
|
10412
|
+
crv?: string | undefined;
|
10413
|
+
d?: string | undefined;
|
10414
|
+
dp?: string | undefined;
|
10415
|
+
dq?: string | undefined;
|
10416
|
+
e?: string | undefined;
|
10417
|
+
ext?: boolean | undefined;
|
10418
|
+
k?: string | undefined;
|
10419
|
+
key_ops?: string[] | undefined;
|
10420
|
+
kid?: string | undefined;
|
10421
|
+
n?: string | undefined;
|
10422
|
+
p?: string | undefined;
|
10423
|
+
q?: string | undefined;
|
10424
|
+
qi?: string | undefined;
|
10425
|
+
use?: string | undefined;
|
10426
|
+
x?: string | undefined;
|
10427
|
+
y?: string | undefined;
|
10428
|
+
x5c?: string[] | undefined;
|
10429
|
+
x5t?: string | undefined;
|
10430
|
+
"x5t#S256"?: string | undefined;
|
10431
|
+
x5u?: string | undefined;
|
10432
|
+
}[];
|
10433
|
+
};
|
10434
|
+
credential_issuer: string;
|
10435
|
+
credential_endpoint: string;
|
10436
|
+
revocation_endpoint: string;
|
10437
|
+
status_attestation_endpoint: string;
|
10438
10438
|
};
|
10439
10439
|
oauth_authorization_server: {
|
10440
|
+
pushed_authorization_request_endpoint: string;
|
10440
10441
|
jwks: {
|
10441
10442
|
keys: {
|
10442
10443
|
kty: "RSA" | "EC";
|
@@ -10464,8 +10465,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10464
10465
|
}[];
|
10465
10466
|
};
|
10466
10467
|
authorization_endpoint: string;
|
10467
|
-
pushed_authorization_request_endpoint: string;
|
10468
10468
|
token_endpoint: string;
|
10469
|
+
request_object_signing_alg_values_supported: string[];
|
10469
10470
|
client_registration_types_supported: string[];
|
10470
10471
|
code_challenge_methods_supported: string[];
|
10471
10472
|
acr_values_supported: string[];
|
@@ -10475,7 +10476,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10475
10476
|
response_modes_supported: string[];
|
10476
10477
|
token_endpoint_auth_methods_supported: string[];
|
10477
10478
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10478
|
-
request_object_signing_alg_values_supported: string[];
|
10479
10479
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
10480
10480
|
introspection_endpoint?: string | undefined;
|
10481
10481
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -10546,32 +10546,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10546
10546
|
};
|
10547
10547
|
metadata: {
|
10548
10548
|
openid_credential_issuer: {
|
10549
|
-
jwks: {
|
10550
|
-
keys: {
|
10551
|
-
kty: "RSA" | "EC";
|
10552
|
-
alg?: string | undefined;
|
10553
|
-
crv?: string | undefined;
|
10554
|
-
d?: string | undefined;
|
10555
|
-
dp?: string | undefined;
|
10556
|
-
dq?: string | undefined;
|
10557
|
-
e?: string | undefined;
|
10558
|
-
ext?: boolean | undefined;
|
10559
|
-
k?: string | undefined;
|
10560
|
-
key_ops?: string[] | undefined;
|
10561
|
-
kid?: string | undefined;
|
10562
|
-
n?: string | undefined;
|
10563
|
-
p?: string | undefined;
|
10564
|
-
q?: string | undefined;
|
10565
|
-
qi?: string | undefined;
|
10566
|
-
use?: string | undefined;
|
10567
|
-
x?: string | undefined;
|
10568
|
-
y?: string | undefined;
|
10569
|
-
x5c?: string[] | undefined;
|
10570
|
-
x5t?: string | undefined;
|
10571
|
-
"x5t#S256"?: string | undefined;
|
10572
|
-
x5u?: string | undefined;
|
10573
|
-
}[];
|
10574
|
-
};
|
10575
10549
|
display: {
|
10576
10550
|
name: string;
|
10577
10551
|
locale: string;
|
@@ -10580,10 +10554,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10580
10554
|
alt_text: string;
|
10581
10555
|
} | undefined;
|
10582
10556
|
}[];
|
10583
|
-
credential_issuer: string;
|
10584
|
-
credential_endpoint: string;
|
10585
|
-
revocation_endpoint: string;
|
10586
|
-
status_attestation_endpoint: string;
|
10587
10557
|
credential_configurations_supported: Record<string, {
|
10588
10558
|
display: {
|
10589
10559
|
name: string;
|
@@ -10595,28 +10565,59 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10595
10565
|
background_color?: string | undefined;
|
10596
10566
|
text_color?: string | undefined;
|
10597
10567
|
}[];
|
10598
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10599
10568
|
scope: string;
|
10600
10569
|
cryptographic_binding_methods_supported: string[];
|
10570
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10601
10571
|
credential_signing_alg_values_supported: string[];
|
10602
10572
|
claims?: Record<string, {
|
10603
|
-
value_type: string;
|
10604
10573
|
display: {
|
10605
10574
|
name: string;
|
10606
10575
|
locale: string;
|
10607
10576
|
}[];
|
10577
|
+
value_type: string;
|
10608
10578
|
}> | undefined;
|
10609
10579
|
authentic_source?: string | undefined;
|
10610
10580
|
issuance_errors_supported?: Record<string, {
|
10611
10581
|
display: {
|
10612
|
-
locale: string;
|
10613
10582
|
title: string;
|
10583
|
+
locale: string;
|
10614
10584
|
description: string;
|
10615
10585
|
}[];
|
10616
10586
|
}> | undefined;
|
10617
10587
|
}>;
|
10588
|
+
jwks: {
|
10589
|
+
keys: {
|
10590
|
+
kty: "RSA" | "EC";
|
10591
|
+
alg?: string | undefined;
|
10592
|
+
crv?: string | undefined;
|
10593
|
+
d?: string | undefined;
|
10594
|
+
dp?: string | undefined;
|
10595
|
+
dq?: string | undefined;
|
10596
|
+
e?: string | undefined;
|
10597
|
+
ext?: boolean | undefined;
|
10598
|
+
k?: string | undefined;
|
10599
|
+
key_ops?: string[] | undefined;
|
10600
|
+
kid?: string | undefined;
|
10601
|
+
n?: string | undefined;
|
10602
|
+
p?: string | undefined;
|
10603
|
+
q?: string | undefined;
|
10604
|
+
qi?: string | undefined;
|
10605
|
+
use?: string | undefined;
|
10606
|
+
x?: string | undefined;
|
10607
|
+
y?: string | undefined;
|
10608
|
+
x5c?: string[] | undefined;
|
10609
|
+
x5t?: string | undefined;
|
10610
|
+
"x5t#S256"?: string | undefined;
|
10611
|
+
x5u?: string | undefined;
|
10612
|
+
}[];
|
10613
|
+
};
|
10614
|
+
credential_issuer: string;
|
10615
|
+
credential_endpoint: string;
|
10616
|
+
revocation_endpoint: string;
|
10617
|
+
status_attestation_endpoint: string;
|
10618
10618
|
};
|
10619
10619
|
oauth_authorization_server: {
|
10620
|
+
pushed_authorization_request_endpoint: string;
|
10620
10621
|
jwks: {
|
10621
10622
|
keys: {
|
10622
10623
|
kty: "RSA" | "EC";
|
@@ -10644,8 +10645,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10644
10645
|
}[];
|
10645
10646
|
};
|
10646
10647
|
authorization_endpoint: string;
|
10647
|
-
pushed_authorization_request_endpoint: string;
|
10648
10648
|
token_endpoint: string;
|
10649
|
+
request_object_signing_alg_values_supported: string[];
|
10649
10650
|
client_registration_types_supported: string[];
|
10650
10651
|
code_challenge_methods_supported: string[];
|
10651
10652
|
acr_values_supported: string[];
|
@@ -10655,7 +10656,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10655
10656
|
response_modes_supported: string[];
|
10656
10657
|
token_endpoint_auth_methods_supported: string[];
|
10657
10658
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10658
|
-
request_object_signing_alg_values_supported: string[];
|
10659
10659
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
10660
10660
|
introspection_endpoint?: string | undefined;
|
10661
10661
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -10728,32 +10728,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10728
10728
|
};
|
10729
10729
|
metadata: {
|
10730
10730
|
openid_credential_issuer: {
|
10731
|
-
jwks: {
|
10732
|
-
keys: {
|
10733
|
-
kty: "RSA" | "EC";
|
10734
|
-
alg?: string | undefined;
|
10735
|
-
crv?: string | undefined;
|
10736
|
-
d?: string | undefined;
|
10737
|
-
dp?: string | undefined;
|
10738
|
-
dq?: string | undefined;
|
10739
|
-
e?: string | undefined;
|
10740
|
-
ext?: boolean | undefined;
|
10741
|
-
k?: string | undefined;
|
10742
|
-
key_ops?: string[] | undefined;
|
10743
|
-
kid?: string | undefined;
|
10744
|
-
n?: string | undefined;
|
10745
|
-
p?: string | undefined;
|
10746
|
-
q?: string | undefined;
|
10747
|
-
qi?: string | undefined;
|
10748
|
-
use?: string | undefined;
|
10749
|
-
x?: string | undefined;
|
10750
|
-
y?: string | undefined;
|
10751
|
-
x5c?: string[] | undefined;
|
10752
|
-
x5t?: string | undefined;
|
10753
|
-
"x5t#S256"?: string | undefined;
|
10754
|
-
x5u?: string | undefined;
|
10755
|
-
}[];
|
10756
|
-
};
|
10757
10731
|
display: {
|
10758
10732
|
name: string;
|
10759
10733
|
locale: string;
|
@@ -10762,10 +10736,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10762
10736
|
alt_text: string;
|
10763
10737
|
} | undefined;
|
10764
10738
|
}[];
|
10765
|
-
credential_issuer: string;
|
10766
|
-
credential_endpoint: string;
|
10767
|
-
revocation_endpoint: string;
|
10768
|
-
status_attestation_endpoint: string;
|
10769
10739
|
credential_configurations_supported: Record<string, {
|
10770
10740
|
display: {
|
10771
10741
|
name: string;
|
@@ -10777,28 +10747,59 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10777
10747
|
background_color?: string | undefined;
|
10778
10748
|
text_color?: string | undefined;
|
10779
10749
|
}[];
|
10780
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10781
10750
|
scope: string;
|
10782
10751
|
cryptographic_binding_methods_supported: string[];
|
10752
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10783
10753
|
credential_signing_alg_values_supported: string[];
|
10784
10754
|
claims?: Record<string, {
|
10785
|
-
value_type: string;
|
10786
10755
|
display: {
|
10787
10756
|
name: string;
|
10788
10757
|
locale: string;
|
10789
10758
|
}[];
|
10759
|
+
value_type: string;
|
10790
10760
|
}> | undefined;
|
10791
10761
|
authentic_source?: string | undefined;
|
10792
10762
|
issuance_errors_supported?: Record<string, {
|
10793
10763
|
display: {
|
10794
|
-
locale: string;
|
10795
10764
|
title: string;
|
10765
|
+
locale: string;
|
10796
10766
|
description: string;
|
10797
10767
|
}[];
|
10798
10768
|
}> | undefined;
|
10799
10769
|
}>;
|
10770
|
+
jwks: {
|
10771
|
+
keys: {
|
10772
|
+
kty: "RSA" | "EC";
|
10773
|
+
alg?: string | undefined;
|
10774
|
+
crv?: string | undefined;
|
10775
|
+
d?: string | undefined;
|
10776
|
+
dp?: string | undefined;
|
10777
|
+
dq?: string | undefined;
|
10778
|
+
e?: string | undefined;
|
10779
|
+
ext?: boolean | undefined;
|
10780
|
+
k?: string | undefined;
|
10781
|
+
key_ops?: string[] | undefined;
|
10782
|
+
kid?: string | undefined;
|
10783
|
+
n?: string | undefined;
|
10784
|
+
p?: string | undefined;
|
10785
|
+
q?: string | undefined;
|
10786
|
+
qi?: string | undefined;
|
10787
|
+
use?: string | undefined;
|
10788
|
+
x?: string | undefined;
|
10789
|
+
y?: string | undefined;
|
10790
|
+
x5c?: string[] | undefined;
|
10791
|
+
x5t?: string | undefined;
|
10792
|
+
"x5t#S256"?: string | undefined;
|
10793
|
+
x5u?: string | undefined;
|
10794
|
+
}[];
|
10795
|
+
};
|
10796
|
+
credential_issuer: string;
|
10797
|
+
credential_endpoint: string;
|
10798
|
+
revocation_endpoint: string;
|
10799
|
+
status_attestation_endpoint: string;
|
10800
10800
|
};
|
10801
10801
|
oauth_authorization_server: {
|
10802
|
+
pushed_authorization_request_endpoint: string;
|
10802
10803
|
jwks: {
|
10803
10804
|
keys: {
|
10804
10805
|
kty: "RSA" | "EC";
|
@@ -10826,8 +10827,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10826
10827
|
}[];
|
10827
10828
|
};
|
10828
10829
|
authorization_endpoint: string;
|
10829
|
-
pushed_authorization_request_endpoint: string;
|
10830
10830
|
token_endpoint: string;
|
10831
|
+
request_object_signing_alg_values_supported: string[];
|
10831
10832
|
client_registration_types_supported: string[];
|
10832
10833
|
code_challenge_methods_supported: string[];
|
10833
10834
|
acr_values_supported: string[];
|
@@ -10837,7 +10838,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10837
10838
|
response_modes_supported: string[];
|
10838
10839
|
token_endpoint_auth_methods_supported: string[];
|
10839
10840
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
10840
|
-
request_object_signing_alg_values_supported: string[];
|
10841
10841
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
10842
10842
|
introspection_endpoint?: string | undefined;
|
10843
10843
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -10910,32 +10910,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10910
10910
|
};
|
10911
10911
|
metadata: {
|
10912
10912
|
openid_credential_issuer: {
|
10913
|
-
jwks: {
|
10914
|
-
keys: {
|
10915
|
-
kty: "RSA" | "EC";
|
10916
|
-
alg?: string | undefined;
|
10917
|
-
crv?: string | undefined;
|
10918
|
-
d?: string | undefined;
|
10919
|
-
dp?: string | undefined;
|
10920
|
-
dq?: string | undefined;
|
10921
|
-
e?: string | undefined;
|
10922
|
-
ext?: boolean | undefined;
|
10923
|
-
k?: string | undefined;
|
10924
|
-
key_ops?: string[] | undefined;
|
10925
|
-
kid?: string | undefined;
|
10926
|
-
n?: string | undefined;
|
10927
|
-
p?: string | undefined;
|
10928
|
-
q?: string | undefined;
|
10929
|
-
qi?: string | undefined;
|
10930
|
-
use?: string | undefined;
|
10931
|
-
x?: string | undefined;
|
10932
|
-
y?: string | undefined;
|
10933
|
-
x5c?: string[] | undefined;
|
10934
|
-
x5t?: string | undefined;
|
10935
|
-
"x5t#S256"?: string | undefined;
|
10936
|
-
x5u?: string | undefined;
|
10937
|
-
}[];
|
10938
|
-
};
|
10939
10913
|
display: {
|
10940
10914
|
name: string;
|
10941
10915
|
locale: string;
|
@@ -10944,10 +10918,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10944
10918
|
alt_text: string;
|
10945
10919
|
} | undefined;
|
10946
10920
|
}[];
|
10947
|
-
credential_issuer: string;
|
10948
|
-
credential_endpoint: string;
|
10949
|
-
revocation_endpoint: string;
|
10950
|
-
status_attestation_endpoint: string;
|
10951
10921
|
credential_configurations_supported: Record<string, {
|
10952
10922
|
display: {
|
10953
10923
|
name: string;
|
@@ -10959,28 +10929,59 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
10959
10929
|
background_color?: string | undefined;
|
10960
10930
|
text_color?: string | undefined;
|
10961
10931
|
}[];
|
10962
|
-
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10963
10932
|
scope: string;
|
10964
10933
|
cryptographic_binding_methods_supported: string[];
|
10934
|
+
format: "vc+sd-jwt" | "vc+mdoc-cbor";
|
10965
10935
|
credential_signing_alg_values_supported: string[];
|
10966
10936
|
claims?: Record<string, {
|
10967
|
-
value_type: string;
|
10968
10937
|
display: {
|
10969
10938
|
name: string;
|
10970
10939
|
locale: string;
|
10971
10940
|
}[];
|
10941
|
+
value_type: string;
|
10972
10942
|
}> | undefined;
|
10973
10943
|
authentic_source?: string | undefined;
|
10974
10944
|
issuance_errors_supported?: Record<string, {
|
10975
10945
|
display: {
|
10976
|
-
locale: string;
|
10977
10946
|
title: string;
|
10947
|
+
locale: string;
|
10978
10948
|
description: string;
|
10979
10949
|
}[];
|
10980
10950
|
}> | undefined;
|
10981
10951
|
}>;
|
10952
|
+
jwks: {
|
10953
|
+
keys: {
|
10954
|
+
kty: "RSA" | "EC";
|
10955
|
+
alg?: string | undefined;
|
10956
|
+
crv?: string | undefined;
|
10957
|
+
d?: string | undefined;
|
10958
|
+
dp?: string | undefined;
|
10959
|
+
dq?: string | undefined;
|
10960
|
+
e?: string | undefined;
|
10961
|
+
ext?: boolean | undefined;
|
10962
|
+
k?: string | undefined;
|
10963
|
+
key_ops?: string[] | undefined;
|
10964
|
+
kid?: string | undefined;
|
10965
|
+
n?: string | undefined;
|
10966
|
+
p?: string | undefined;
|
10967
|
+
q?: string | undefined;
|
10968
|
+
qi?: string | undefined;
|
10969
|
+
use?: string | undefined;
|
10970
|
+
x?: string | undefined;
|
10971
|
+
y?: string | undefined;
|
10972
|
+
x5c?: string[] | undefined;
|
10973
|
+
x5t?: string | undefined;
|
10974
|
+
"x5t#S256"?: string | undefined;
|
10975
|
+
x5u?: string | undefined;
|
10976
|
+
}[];
|
10977
|
+
};
|
10978
|
+
credential_issuer: string;
|
10979
|
+
credential_endpoint: string;
|
10980
|
+
revocation_endpoint: string;
|
10981
|
+
status_attestation_endpoint: string;
|
10982
10982
|
};
|
10983
10983
|
oauth_authorization_server: {
|
10984
|
+
pushed_authorization_request_endpoint: string;
|
10984
10985
|
jwks: {
|
10985
10986
|
keys: {
|
10986
10987
|
kty: "RSA" | "EC";
|
@@ -11008,8 +11009,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
11008
11009
|
}[];
|
11009
11010
|
};
|
11010
11011
|
authorization_endpoint: string;
|
11011
|
-
pushed_authorization_request_endpoint: string;
|
11012
11012
|
token_endpoint: string;
|
11013
|
+
request_object_signing_alg_values_supported: string[];
|
11013
11014
|
client_registration_types_supported: string[];
|
11014
11015
|
code_challenge_methods_supported: string[];
|
11015
11016
|
acr_values_supported: string[];
|
@@ -11019,7 +11020,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
11019
11020
|
response_modes_supported: string[];
|
11020
11021
|
token_endpoint_auth_methods_supported: string[];
|
11021
11022
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
11022
|
-
request_object_signing_alg_values_supported: string[];
|
11023
11023
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
11024
11024
|
introspection_endpoint?: string | undefined;
|
11025
11025
|
authorization_details_types_supported?: string[] | undefined;
|
@@ -11787,9 +11787,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
11787
11787
|
};
|
11788
11788
|
payload: {
|
11789
11789
|
iss: string;
|
11790
|
-
sub: string;
|
11791
|
-
iat: number;
|
11792
|
-
exp: number;
|
11793
11790
|
jwks: {
|
11794
11791
|
keys: {
|
11795
11792
|
kty: "RSA" | "EC";
|
@@ -11816,6 +11813,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
11816
11813
|
x5u?: string | undefined;
|
11817
11814
|
}[];
|
11818
11815
|
};
|
11816
|
+
iat: number;
|
11817
|
+
exp: number;
|
11818
|
+
sub: string;
|
11819
11819
|
metadata: {
|
11820
11820
|
federation_entity: {
|
11821
11821
|
federation_fetch_endpoint?: string | undefined;
|
@@ -11846,9 +11846,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
11846
11846
|
};
|
11847
11847
|
payload: {
|
11848
11848
|
iss: string;
|
11849
|
-
sub: string;
|
11850
|
-
iat: number;
|
11851
|
-
exp: number;
|
11852
11849
|
jwks: {
|
11853
11850
|
keys: {
|
11854
11851
|
kty: "RSA" | "EC";
|
@@ -11875,6 +11872,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
11875
11872
|
x5u?: string | undefined;
|
11876
11873
|
}[];
|
11877
11874
|
};
|
11875
|
+
iat: number;
|
11876
|
+
exp: number;
|
11877
|
+
sub: string;
|
11878
11878
|
metadata: {
|
11879
11879
|
federation_entity: {
|
11880
11880
|
federation_fetch_endpoint?: string | undefined;
|
@@ -12622,9 +12622,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
12622
12622
|
};
|
12623
12623
|
payload: {
|
12624
12624
|
iss: string;
|
12625
|
-
sub: string;
|
12626
|
-
iat: number;
|
12627
|
-
exp: number;
|
12628
12625
|
jwks: {
|
12629
12626
|
keys: {
|
12630
12627
|
kty: "RSA" | "EC";
|
@@ -12651,6 +12648,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
12651
12648
|
x5u?: string | undefined;
|
12652
12649
|
}[];
|
12653
12650
|
};
|
12651
|
+
iat: number;
|
12652
|
+
exp: number;
|
12653
|
+
sub: string;
|
12654
12654
|
metadata: {
|
12655
12655
|
federation_entity: {
|
12656
12656
|
federation_fetch_endpoint?: string | undefined;
|
@@ -12681,9 +12681,6 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
12681
12681
|
};
|
12682
12682
|
payload: {
|
12683
12683
|
iss: string;
|
12684
|
-
sub: string;
|
12685
|
-
iat: number;
|
12686
|
-
exp: number;
|
12687
12684
|
jwks: {
|
12688
12685
|
keys: {
|
12689
12686
|
kty: "RSA" | "EC";
|
@@ -12710,6 +12707,9 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
|
|
12710
12707
|
x5u?: string | undefined;
|
12711
12708
|
}[];
|
12712
12709
|
};
|
12710
|
+
iat: number;
|
12711
|
+
exp: number;
|
12712
|
+
sub: string;
|
12713
12713
|
metadata: {
|
12714
12714
|
federation_entity: {
|
12715
12715
|
federation_fetch_endpoint?: string | undefined;
|