@pagopa/io-react-native-wallet 3.0.1 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/api/index.js +3 -0
- package/lib/commonjs/api/index.js.map +1 -1
- package/lib/commonjs/client/generated/wallet-provider.js +42 -4
- package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
- package/lib/commonjs/client/index.js +5 -3
- package/lib/commonjs/client/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/README.md +2 -0
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js +2 -2
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +15 -8
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +0 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/{06-send-authorization-response.js → 04-verify-certificate-chain.js} +1 -1
- package/lib/commonjs/credential/presentation/api/04-verify-certificate-chain.js.map +1 -0
- package/lib/commonjs/credential/presentation/api/{04-verify-request-object.js → 05-verify-request-object.js} +1 -1
- package/lib/commonjs/credential/presentation/api/05-verify-request-object.js.map +1 -0
- package/lib/commonjs/credential/presentation/api/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/commonjs/credential/presentation/api/06-evaluate-dcql-query.js.map +1 -0
- package/lib/commonjs/credential/presentation/api/07-send-authorization-response.js +6 -0
- package/lib/commonjs/credential/presentation/api/07-send-authorization-response.js.map +1 -0
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +2 -2
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/04-verify-certificate-chain.js +12 -0
- package/lib/commonjs/credential/presentation/v1.0.0/04-verify-certificate-chain.js.map +1 -0
- package/lib/commonjs/credential/presentation/v1.0.0/{04-verify-request-object.js → 05-verify-request-object.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{04-verify-request-object.js.map → 05-verify-request-object.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/index.js +5 -3
- package/lib/commonjs/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js +33 -0
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -0
- package/lib/commonjs/credential/presentation/v1.3.3/{04-verify-request-object.js → 05-verify-request-object.js} +5 -3
- package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -0
- package/lib/commonjs/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/index.js +5 -3
- package/lib/commonjs/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +53 -13
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +16 -5
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js +32 -0
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -0
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js +3 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +6 -2
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +91 -30
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +36 -5
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/index.js +3 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/trust/common/types.js +3 -3
- package/lib/commonjs/trust/common/types.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/types.js +6 -8
- package/lib/commonjs/trust/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/trust/v1.3.3/types.js +1 -3
- package/lib/commonjs/trust/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/utils/callbacks.js +2 -0
- package/lib/commonjs/utils/callbacks.js.map +1 -1
- package/lib/commonjs/utils/crypto.js +8 -0
- package/lib/commonjs/utils/crypto.js.map +1 -1
- package/lib/commonjs/utils/dpop.js +1 -1
- package/lib/commonjs/utils/dpop.js.map +1 -1
- package/lib/commonjs/utils/jwk.js +1 -1
- package/lib/commonjs/utils/jwk.js.map +1 -1
- package/lib/commonjs/utils/zod.js +1 -1
- package/lib/commonjs/utils/zod.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/README.md +13 -10
- package/lib/commonjs/wallet-instance-attestation/api/types.js +9 -4
- package/lib/commonjs/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js +2 -2
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js +4 -5
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js +4 -5
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js +5 -7
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js +73 -3
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js +26 -0
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js +13 -24
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js +35 -0
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/README.md +73 -0
- package/lib/commonjs/wallet-unit-attestation/api/index.js +6 -0
- package/lib/commonjs/wallet-unit-attestation/api/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/api/types.js +45 -0
- package/lib/commonjs/wallet-unit-attestation/api/types.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/index.js +20 -0
- package/lib/commonjs/wallet-unit-attestation/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js +11 -0
- package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js +17 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js +118 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js +13 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js +23 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js +20 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/module/api/index.js +3 -0
- package/lib/module/api/index.js.map +1 -1
- package/lib/module/client/generated/wallet-provider.js +33 -1
- package/lib/module/client/generated/wallet-provider.js.map +1 -1
- package/lib/module/client/index.js +4 -2
- package/lib/module/client/index.js.map +1 -1
- package/lib/module/credential/issuance/README.md +2 -0
- package/lib/module/credential/issuance/api/IssuerConfig.js +2 -2
- package/lib/module/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js +16 -9
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/mappers.js +0 -1
- package/lib/module/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credential/presentation/api/04-verify-certificate-chain.js +2 -0
- package/lib/module/credential/presentation/api/04-verify-certificate-chain.js.map +1 -0
- package/lib/module/credential/presentation/api/05-verify-request-object.js +2 -0
- package/lib/module/credential/presentation/api/05-verify-request-object.js.map +1 -0
- package/lib/module/credential/presentation/api/06-evaluate-dcql-query.js +2 -0
- package/lib/module/credential/presentation/api/06-evaluate-dcql-query.js.map +1 -0
- package/lib/module/credential/presentation/api/07-send-authorization-response.js +2 -0
- package/lib/module/credential/presentation/api/07-send-authorization-response.js.map +1 -0
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js +1 -1
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/module/credential/presentation/api/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/04-verify-certificate-chain.js +5 -0
- package/lib/module/credential/presentation/v1.0.0/04-verify-certificate-chain.js.map +1 -0
- package/lib/module/credential/presentation/v1.0.0/{04-verify-request-object.js → 05-verify-request-object.js} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{04-verify-request-object.js.map → 05-verify-request-object.js.map} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
- package/lib/module/credential/presentation/v1.0.0/index.js +5 -3
- package/lib/module/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js +26 -0
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -0
- package/lib/module/credential/presentation/v1.3.3/{04-verify-request-object.js → 05-verify-request-object.js} +5 -3
- package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -0
- package/lib/module/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/module/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
- package/lib/module/credential/presentation/v1.3.3/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
- package/lib/module/credential/presentation/v1.3.3/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
- package/lib/module/credential/presentation/v1.3.3/index.js +5 -3
- package/lib/module/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +52 -12
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js +16 -5
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js +25 -0
- package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -0
- package/lib/module/credentials-catalogue/v1.3.3/index.js +3 -1
- package/lib/module/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js +6 -2
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/types.js +91 -30
- package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/utils.js +32 -4
- package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/trust/common/types.js +3 -3
- package/lib/module/trust/common/types.js.map +1 -1
- package/lib/module/trust/v1.0.0/types.js +5 -7
- package/lib/module/trust/v1.0.0/types.js.map +1 -1
- package/lib/module/trust/v1.3.3/types.js +1 -3
- package/lib/module/trust/v1.3.3/types.js.map +1 -1
- package/lib/module/utils/callbacks.js +3 -0
- package/lib/module/utils/callbacks.js.map +1 -1
- package/lib/module/utils/crypto.js +8 -0
- package/lib/module/utils/crypto.js.map +1 -1
- package/lib/module/utils/dpop.js +1 -1
- package/lib/module/utils/dpop.js.map +1 -1
- package/lib/module/utils/jwk.js +1 -1
- package/lib/module/utils/jwk.js.map +1 -1
- package/lib/module/utils/zod.js +1 -1
- package/lib/module/utils/zod.js.map +1 -1
- package/lib/module/wallet-instance-attestation/README.md +13 -10
- package/lib/module/wallet-instance-attestation/api/types.js +7 -2
- package/lib/module/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js +3 -3
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js +4 -5
- package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js +3 -4
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js +5 -7
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js +73 -3
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js +19 -0
- package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/module/wallet-instance-attestation/v1.3.3/types.js +10 -21
- package/lib/module/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js +29 -0
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/module/wallet-unit-attestation/README.md +73 -0
- package/lib/module/wallet-unit-attestation/api/index.js +2 -0
- package/lib/module/wallet-unit-attestation/api/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/api/types.js +36 -0
- package/lib/module/wallet-unit-attestation/api/types.js.map +1 -0
- package/lib/module/wallet-unit-attestation/index.js +3 -0
- package/lib/module/wallet-unit-attestation/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.0.0/index.js +4 -0
- package/lib/module/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js +10 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js +112 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js +6 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js +14 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/utils.js +15 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/typescript/api/index.d.ts +2 -0
- package/lib/typescript/api/index.d.ts.map +1 -1
- package/lib/typescript/client/generated/wallet-provider.d.ts +122 -358
- package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
- package/lib/typescript/client/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts +2 -0
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts +21 -357
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/types.d.ts +5 -41
- package/lib/typescript/credential/issuance/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts +103 -106
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/types.d.ts +4 -26
- package/lib/typescript/credential/issuance/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/01-evaluate-issuer-trust.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts +594 -2095
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/types.d.ts +1 -5
- package/lib/typescript/credential/issuance/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/04-verify-certificate-chain.d.ts +17 -0
- package/lib/typescript/credential/presentation/api/04-verify-certificate-chain.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/api/{04-verify-request-object.d.ts → 05-verify-request-object.d.ts} +1 -1
- package/lib/typescript/credential/presentation/api/{04-verify-request-object.d.ts.map → 05-verify-request-object.d.ts.map} +1 -1
- package/lib/typescript/credential/presentation/api/{05-evaluate-dcql-query.d.ts → 06-evaluate-dcql-query.d.ts} +1 -1
- package/lib/typescript/credential/presentation/api/{05-evaluate-dcql-query.d.ts.map → 06-evaluate-dcql-query.d.ts.map} +1 -1
- package/lib/typescript/credential/presentation/api/{06-send-authorization-response.d.ts → 07-send-authorization-response.d.ts} +2 -2
- package/lib/typescript/credential/presentation/api/{06-send-authorization-response.d.ts.map → 07-send-authorization-response.d.ts.map} +1 -1
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts +9 -154
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/index.d.ts +5 -4
- package/lib/typescript/credential/presentation/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/types.d.ts +30 -106
- package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +29 -244
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/http.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/04-verify-certificate-chain.d.ts +3 -0
- package/lib/typescript/credential/presentation/v1.0.0/04-verify-certificate-chain.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.0.0/{04-verify-request-object.d.ts → 05-verify-request-object.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/05-verify-request-object.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.0.0/{05-evaluate-dcql-query.d.ts → 06-evaluate-dcql-query.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-evaluate-dcql-query.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.0.0/{06-send-authorization-response.d.ts → 07-send-authorization-response.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts +56 -58
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts +13 -52
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-certificate-chain.d.ts +3 -0
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-certificate-chain.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.3.3/{04-verify-request-object.d.ts → 05-verify-request-object.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/05-verify-request-object.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.3.3/{05-evaluate-dcql-query.d.ts → 06-evaluate-dcql-query.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/06-evaluate-dcql-query.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.3.3/{06-send-authorization-response.d.ts → 07-send-authorization-response.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/{06-send-authorization-response.d.ts.map → 07-send-authorization-response.d.ts.map} +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts +133 -525
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/sdkErrorMapper.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts +39 -3672
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/utils.mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +6 -6
- package/lib/typescript/credential/status/v1.0.0/types.d.ts +33 -659
- package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +135 -525
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/index.d.ts +22 -2
- package/lib/typescript/credentials-catalogue/api/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +60 -20
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts +41 -737
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/fetch-translations.d.ts +3 -0
- package/lib/typescript/credentials-catalogue/v1.3.3/fetch-translations.d.ts.map +1 -0
- package/lib/typescript/credentials-catalogue/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts +159 -62
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts +180 -941
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts +12 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +4 -3
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/utils.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/index.d.ts +15 -15
- package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/types.d.ts +33 -492
- package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/utils.d.ts.map +1 -1
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts +12 -201
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts.map +1 -1
- package/lib/typescript/trust/common/build-chain.d.ts.map +1 -1
- package/lib/typescript/trust/common/types.d.ts +32 -1198
- package/lib/typescript/trust/common/types.d.ts.map +1 -1
- package/lib/typescript/trust/common/utils.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/build-chain.d.ts +1 -53
- package/lib/typescript/trust/v1.0.0/build-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/entities.d.ts +324 -347
- package/lib/typescript/trust/v1.0.0/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/mappers.d.ts +31 -35
- package/lib/typescript/trust/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/types.d.ts +678 -12454
- package/lib/typescript/trust/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/verify-chain.d.ts +4 -56
- package/lib/typescript/trust/v1.0.0/verify-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/entities.d.ts +43 -47
- package/lib/typescript/trust/v1.3.3/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/types.d.ts +655 -14339
- package/lib/typescript/trust/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/utils/auth.d.ts +3 -25
- package/lib/typescript/utils/auth.d.ts.map +1 -1
- package/lib/typescript/utils/callbacks.d.ts.map +1 -1
- package/lib/typescript/utils/config.d.ts +3 -3
- package/lib/typescript/utils/config.d.ts.map +1 -1
- package/lib/typescript/utils/credentials.d.ts.map +1 -1
- package/lib/typescript/utils/crypto.d.ts +18 -0
- package/lib/typescript/utils/crypto.d.ts.map +1 -1
- package/lib/typescript/utils/decoder.d.ts.map +1 -1
- package/lib/typescript/utils/dpop.d.ts +5 -12
- package/lib/typescript/utils/dpop.d.ts.map +1 -1
- package/lib/typescript/utils/errors.d.ts.map +1 -1
- package/lib/typescript/utils/jwk.d.ts +15 -175
- package/lib/typescript/utils/jwk.d.ts.map +1 -1
- package/lib/typescript/utils/mappers.d.ts.map +1 -1
- package/lib/typescript/utils/misc.d.ts +2 -2
- package/lib/typescript/utils/misc.d.ts.map +1 -1
- package/lib/typescript/utils/object.d.ts.map +1 -1
- package/lib/typescript/utils/par.d.ts +7 -45
- package/lib/typescript/utils/par.d.ts.map +1 -1
- package/lib/typescript/utils/parser.d.ts.map +1 -1
- package/lib/typescript/utils/pop.d.ts +1 -9
- package/lib/typescript/utils/pop.d.ts.map +1 -1
- package/lib/typescript/utils/string.d.ts.map +1 -1
- package/lib/typescript/utils/zod.d.ts +4 -4
- package/lib/typescript/utils/zod.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts +9 -9
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts +19 -174
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts +14 -273
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts +5 -3
- package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts +39 -629
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts +90 -0
- package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts.map +1 -0
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts +29 -891
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts +15 -0
- package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts +39 -0
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts +67 -0
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/index.d.ts +4 -0
- package/lib/typescript/wallet-unit-attestation/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts +3 -0
- package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts +3 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts +3 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts +107 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts +69 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts +7 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts.map +1 -0
- package/package.json +8 -8
- package/src/api/index.ts +4 -0
- package/src/client/generated/wallet-provider.ts +44 -0
- package/src/client/index.ts +5 -1
- package/src/credential/issuance/README.md +2 -0
- package/src/credential/issuance/api/05-obtain-credential.ts +2 -0
- package/src/credential/issuance/api/IssuerConfig.ts +4 -2
- package/src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts +8 -3
- package/src/credential/issuance/v1.3.3/03-complete-user-authorization.ts +2 -0
- package/src/credential/issuance/v1.3.3/05-obtain-credential.ts +25 -11
- package/src/credential/issuance/v1.3.3/mappers.ts +10 -9
- package/src/credential/presentation/api/04-verify-certificate-chain.ts +20 -0
- package/src/credential/presentation/api/{06-send-authorization-response.ts → 07-send-authorization-response.ts} +1 -1
- package/src/credential/presentation/api/RelyingPartyConfig.ts +1 -1
- package/src/credential/presentation/api/index.ts +5 -3
- package/src/credential/presentation/v1.0.0/04-verify-certificate-chain.ts +10 -0
- package/src/credential/presentation/v1.0.0/{04-verify-request-object.ts → 05-verify-request-object.ts} +2 -2
- package/src/credential/presentation/v1.0.0/{05-evaluate-dcql-query.ts → 06-evaluate-dcql-query.ts} +1 -1
- package/src/credential/presentation/v1.0.0/index.ts +5 -3
- package/src/credential/presentation/v1.3.3/04-verify-certificate-chain.ts +49 -0
- package/src/credential/presentation/v1.3.3/{04-verify-request-object.ts → 05-verify-request-object.ts} +4 -2
- package/src/credential/presentation/v1.3.3/{05-evaluate-dcql-query.ts → 06-evaluate-dcql-query.ts} +1 -1
- package/src/credential/presentation/v1.3.3/index.ts +5 -3
- package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +58 -10
- package/src/credentials-catalogue/api/index.ts +36 -2
- package/src/credentials-catalogue/v1.0.0/mappers.ts +27 -12
- package/src/credentials-catalogue/v1.3.3/fetch-translations.ts +32 -0
- package/src/credentials-catalogue/v1.3.3/index.ts +2 -0
- package/src/credentials-catalogue/v1.3.3/mappers.ts +12 -4
- package/src/credentials-catalogue/v1.3.3/types.ts +102 -29
- package/src/credentials-catalogue/v1.3.3/utils.ts +42 -4
- package/src/index.ts +11 -2
- package/src/trust/common/types.ts +3 -3
- package/src/trust/v1.0.0/types.ts +10 -10
- package/src/trust/v1.3.3/types.ts +4 -7
- package/src/utils/callbacks.ts +7 -1
- package/src/utils/crypto.ts +18 -0
- package/src/utils/dpop.ts +1 -1
- package/src/utils/jwk.ts +1 -1
- package/src/utils/mappers.ts +2 -2
- package/src/utils/zod.ts +5 -1
- package/src/wallet-instance-attestation/README.md +13 -10
- package/src/wallet-instance-attestation/api/index.ts +20 -13
- package/src/wallet-instance-attestation/api/types.ts +16 -4
- package/src/wallet-instance-attestation/v1.0.0/index.ts +3 -3
- package/src/wallet-instance-attestation/v1.0.0/issuing.ts +7 -9
- package/src/wallet-instance-attestation/v1.0.0/mappers.ts +7 -5
- package/src/wallet-instance-attestation/v1.3.3/index.ts +5 -7
- package/src/wallet-instance-attestation/v1.3.3/issuing.ts +107 -3
- package/src/wallet-instance-attestation/v1.3.3/mappers.ts +18 -0
- package/src/wallet-instance-attestation/v1.3.3/types.ts +16 -30
- package/src/wallet-instance-attestation/v1.3.3/utils.ts +35 -0
- package/src/wallet-unit-attestation/README.md +73 -0
- package/src/wallet-unit-attestation/api/index.ts +51 -0
- package/src/wallet-unit-attestation/api/types.ts +49 -0
- package/src/wallet-unit-attestation/index.ts +3 -0
- package/src/wallet-unit-attestation/v1.0.0/index.ts +5 -0
- package/src/wallet-unit-attestation/v1.3.3/index.ts +11 -0
- package/src/wallet-unit-attestation/v1.3.3/issuing.ts +147 -0
- package/src/wallet-unit-attestation/v1.3.3/mappers.ts +10 -0
- package/src/wallet-unit-attestation/v1.3.3/types.ts +21 -0
- package/src/wallet-unit-attestation/v1.3.3/utils.ts +14 -0
- package/lib/commonjs/credential/presentation/api/04-verify-request-object.js.map +0 -1
- package/lib/commonjs/credential/presentation/api/05-evaluate-dcql-query.js.map +0 -1
- package/lib/commonjs/credential/presentation/api/06-send-authorization-response.js.map +0 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js.map +0 -1
- package/lib/module/credential/presentation/api/04-verify-request-object.js +0 -2
- package/lib/module/credential/presentation/api/04-verify-request-object.js.map +0 -1
- package/lib/module/credential/presentation/api/05-evaluate-dcql-query.js +0 -2
- package/lib/module/credential/presentation/api/05-evaluate-dcql-query.js.map +0 -1
- package/lib/module/credential/presentation/api/06-send-authorization-response.js +0 -2
- package/lib/module/credential/presentation/api/06-send-authorization-response.js.map +0 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js.map +0 -1
- package/lib/typescript/credential/presentation/v1.0.0/04-verify-request-object.d.ts.map +0 -1
- package/lib/typescript/credential/presentation/v1.0.0/05-evaluate-dcql-query.d.ts.map +0 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-send-authorization-response.d.ts.map +0 -1
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-request-object.d.ts.map +0 -1
- package/lib/typescript/credential/presentation/v1.3.3/05-evaluate-dcql-query.d.ts.map +0 -1
- /package/src/credential/presentation/api/{04-verify-request-object.ts → 05-verify-request-object.ts} +0 -0
- /package/src/credential/presentation/api/{05-evaluate-dcql-query.ts → 06-evaluate-dcql-query.ts} +0 -0
- /package/src/credential/presentation/v1.0.0/{06-send-authorization-response.ts → 07-send-authorization-response.ts} +0 -0
- /package/src/credential/presentation/v1.3.3/{06-send-authorization-response.ts → 07-send-authorization-response.ts} +0 -0
|
@@ -1,14 +1,35 @@
|
|
|
1
|
-
import type { z } from "zod";
|
|
2
1
|
import { type FetchOptions } from "../common/utils";
|
|
3
2
|
export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
4
3
|
header: {
|
|
4
|
+
typ: "entity-statement+jwt";
|
|
5
5
|
alg: string;
|
|
6
6
|
kid: string;
|
|
7
|
-
typ: "entity-statement+jwt";
|
|
8
7
|
};
|
|
9
8
|
payload: {
|
|
9
|
+
[x: string]: unknown;
|
|
10
10
|
iss: string;
|
|
11
11
|
sub: string;
|
|
12
|
+
iat: number;
|
|
13
|
+
exp: number;
|
|
14
|
+
metadata: {
|
|
15
|
+
[x: string]: unknown;
|
|
16
|
+
federation_entity: {
|
|
17
|
+
[x: string]: unknown;
|
|
18
|
+
federation_fetch_endpoint?: string | undefined;
|
|
19
|
+
federation_list_endpoint?: string | undefined;
|
|
20
|
+
federation_resolve_endpoint?: string | undefined;
|
|
21
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
22
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
23
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
24
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
25
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
26
|
+
organization_name?: string | undefined;
|
|
27
|
+
homepage_uri?: string | undefined;
|
|
28
|
+
policy_uri?: string | undefined;
|
|
29
|
+
logo_uri?: string | undefined;
|
|
30
|
+
contacts?: string[] | undefined;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
12
33
|
jwks: {
|
|
13
34
|
keys: {
|
|
14
35
|
kty: "RSA" | "EC";
|
|
@@ -35,37 +56,17 @@ export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: strin
|
|
|
35
56
|
x5u?: string | undefined;
|
|
36
57
|
}[];
|
|
37
58
|
};
|
|
38
|
-
iat: number;
|
|
39
|
-
exp: number;
|
|
40
|
-
metadata: {
|
|
41
|
-
federation_entity: {
|
|
42
|
-
federation_fetch_endpoint?: string | undefined;
|
|
43
|
-
federation_list_endpoint?: string | undefined;
|
|
44
|
-
federation_resolve_endpoint?: string | undefined;
|
|
45
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
46
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
47
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
48
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
49
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
50
|
-
organization_name?: string | undefined;
|
|
51
|
-
homepage_uri?: string | undefined;
|
|
52
|
-
policy_uri?: string | undefined;
|
|
53
|
-
logo_uri?: string | undefined;
|
|
54
|
-
contacts?: string[] | undefined;
|
|
55
|
-
} & {
|
|
56
|
-
[k: string]: unknown;
|
|
57
|
-
};
|
|
58
|
-
} & {
|
|
59
|
-
[k: string]: unknown;
|
|
60
|
-
};
|
|
61
59
|
authority_hints?: string[] | undefined;
|
|
62
|
-
} & {
|
|
63
|
-
[k: string]: unknown;
|
|
64
60
|
};
|
|
65
61
|
} & {
|
|
66
62
|
payload: {
|
|
67
63
|
metadata: {
|
|
68
64
|
wallet_provider: {
|
|
65
|
+
[x: string]: unknown;
|
|
66
|
+
token_endpoint: string;
|
|
67
|
+
grant_types_supported: string[];
|
|
68
|
+
token_endpoint_auth_methods_supported: string[];
|
|
69
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
69
70
|
jwks: {
|
|
70
71
|
keys: {
|
|
71
72
|
kty: "RSA" | "EC";
|
|
@@ -92,26 +93,42 @@ export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: strin
|
|
|
92
93
|
x5u?: string | undefined;
|
|
93
94
|
}[];
|
|
94
95
|
};
|
|
95
|
-
token_endpoint: string;
|
|
96
|
-
grant_types_supported: string[];
|
|
97
|
-
token_endpoint_auth_methods_supported: string[];
|
|
98
|
-
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
99
96
|
aal_values_supported?: string[] | undefined;
|
|
100
|
-
} & {
|
|
101
|
-
[k: string]: unknown;
|
|
102
97
|
};
|
|
103
98
|
};
|
|
104
99
|
};
|
|
105
100
|
}>;
|
|
106
101
|
export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
107
102
|
header: {
|
|
103
|
+
typ: "entity-statement+jwt";
|
|
108
104
|
alg: string;
|
|
109
105
|
kid: string;
|
|
110
|
-
typ: "entity-statement+jwt";
|
|
111
106
|
};
|
|
112
107
|
payload: {
|
|
108
|
+
[x: string]: unknown;
|
|
113
109
|
iss: string;
|
|
114
110
|
sub: string;
|
|
111
|
+
iat: number;
|
|
112
|
+
exp: number;
|
|
113
|
+
metadata: {
|
|
114
|
+
[x: string]: unknown;
|
|
115
|
+
federation_entity: {
|
|
116
|
+
[x: string]: unknown;
|
|
117
|
+
federation_fetch_endpoint?: string | undefined;
|
|
118
|
+
federation_list_endpoint?: string | undefined;
|
|
119
|
+
federation_resolve_endpoint?: string | undefined;
|
|
120
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
121
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
122
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
123
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
124
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
125
|
+
organization_name?: string | undefined;
|
|
126
|
+
homepage_uri?: string | undefined;
|
|
127
|
+
policy_uri?: string | undefined;
|
|
128
|
+
logo_uri?: string | undefined;
|
|
129
|
+
contacts?: string[] | undefined;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
115
132
|
jwks: {
|
|
116
133
|
keys: {
|
|
117
134
|
kty: "RSA" | "EC";
|
|
@@ -138,32 +155,7 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
138
155
|
x5u?: string | undefined;
|
|
139
156
|
}[];
|
|
140
157
|
};
|
|
141
|
-
iat: number;
|
|
142
|
-
exp: number;
|
|
143
|
-
metadata: {
|
|
144
|
-
federation_entity: {
|
|
145
|
-
federation_fetch_endpoint?: string | undefined;
|
|
146
|
-
federation_list_endpoint?: string | undefined;
|
|
147
|
-
federation_resolve_endpoint?: string | undefined;
|
|
148
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
149
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
150
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
151
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
152
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
153
|
-
organization_name?: string | undefined;
|
|
154
|
-
homepage_uri?: string | undefined;
|
|
155
|
-
policy_uri?: string | undefined;
|
|
156
|
-
logo_uri?: string | undefined;
|
|
157
|
-
contacts?: string[] | undefined;
|
|
158
|
-
} & {
|
|
159
|
-
[k: string]: unknown;
|
|
160
|
-
};
|
|
161
|
-
} & {
|
|
162
|
-
[k: string]: unknown;
|
|
163
|
-
};
|
|
164
158
|
authority_hints?: string[] | undefined;
|
|
165
|
-
} & {
|
|
166
|
-
[k: string]: unknown;
|
|
167
159
|
};
|
|
168
160
|
} & {
|
|
169
161
|
payload: {
|
|
@@ -195,39 +187,14 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
195
187
|
};
|
|
196
188
|
metadata: {
|
|
197
189
|
openid_credential_issuer: {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
crv?: string | undefined;
|
|
203
|
-
d?: string | undefined;
|
|
204
|
-
dp?: string | undefined;
|
|
205
|
-
dq?: string | undefined;
|
|
206
|
-
e?: string | undefined;
|
|
207
|
-
ext?: boolean | undefined;
|
|
208
|
-
k?: string | undefined;
|
|
209
|
-
key_ops?: string[] | undefined;
|
|
210
|
-
kid?: string | undefined;
|
|
211
|
-
n?: string | undefined;
|
|
212
|
-
p?: string | undefined;
|
|
213
|
-
q?: string | undefined;
|
|
214
|
-
qi?: string | undefined;
|
|
215
|
-
use?: string | undefined;
|
|
216
|
-
x?: string | undefined;
|
|
217
|
-
y?: string | undefined;
|
|
218
|
-
x5c?: string[] | undefined;
|
|
219
|
-
x5t?: string | undefined;
|
|
220
|
-
"x5t#S256"?: string | undefined;
|
|
221
|
-
x5u?: string | undefined;
|
|
222
|
-
}[];
|
|
223
|
-
};
|
|
190
|
+
credential_issuer: string;
|
|
191
|
+
credential_endpoint: string;
|
|
192
|
+
nonce_endpoint: string;
|
|
193
|
+
status_attestation_endpoint: string;
|
|
224
194
|
display: {
|
|
225
195
|
name: string;
|
|
226
196
|
locale: string;
|
|
227
197
|
}[];
|
|
228
|
-
credential_issuer: string;
|
|
229
|
-
nonce_endpoint: string;
|
|
230
|
-
credential_endpoint: string;
|
|
231
198
|
credential_configurations_supported: Record<string, ({
|
|
232
199
|
format: "dc+sd-jwt";
|
|
233
200
|
vct: string;
|
|
@@ -235,11 +202,11 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
235
202
|
format: "mso_mdoc";
|
|
236
203
|
doctype: string;
|
|
237
204
|
}) & {
|
|
205
|
+
scope: string;
|
|
238
206
|
display: {
|
|
239
207
|
name: string;
|
|
240
208
|
locale: string;
|
|
241
209
|
}[];
|
|
242
|
-
scope: string;
|
|
243
210
|
claims: {
|
|
244
211
|
path: (string | number | null)[];
|
|
245
212
|
display: {
|
|
@@ -253,17 +220,11 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
253
220
|
issuance_errors_supported?: Record<string, {
|
|
254
221
|
display: {
|
|
255
222
|
title: string;
|
|
256
|
-
locale: string;
|
|
257
223
|
description: string;
|
|
224
|
+
locale: string;
|
|
258
225
|
}[];
|
|
259
226
|
}> | undefined;
|
|
260
227
|
}>;
|
|
261
|
-
status_attestation_endpoint: string;
|
|
262
|
-
trust_frameworks_supported: string[];
|
|
263
|
-
evidence_supported: string[];
|
|
264
|
-
revocation_endpoint?: string | undefined;
|
|
265
|
-
};
|
|
266
|
-
oauth_authorization_server: {
|
|
267
228
|
jwks: {
|
|
268
229
|
keys: {
|
|
269
230
|
kty: "RSA" | "EC";
|
|
@@ -290,55 +251,109 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
290
251
|
x5u?: string | undefined;
|
|
291
252
|
}[];
|
|
292
253
|
};
|
|
293
|
-
|
|
254
|
+
trust_frameworks_supported: string[];
|
|
255
|
+
evidence_supported: string[];
|
|
256
|
+
revocation_endpoint?: string | undefined;
|
|
257
|
+
};
|
|
258
|
+
oauth_authorization_server: {
|
|
294
259
|
authorization_endpoint: string;
|
|
260
|
+
pushed_authorization_request_endpoint: string;
|
|
295
261
|
token_endpoint: string;
|
|
296
|
-
response_modes_supported: string[];
|
|
297
|
-
request_object_signing_alg_values_supported: string[];
|
|
298
262
|
client_registration_types_supported: string[];
|
|
299
263
|
code_challenge_methods_supported: string[];
|
|
300
264
|
acr_values_supported: string[];
|
|
301
265
|
grant_types_supported: string[];
|
|
302
266
|
issuer: string;
|
|
267
|
+
jwks: {
|
|
268
|
+
keys: {
|
|
269
|
+
kty: "RSA" | "EC";
|
|
270
|
+
alg?: string | undefined;
|
|
271
|
+
crv?: string | undefined;
|
|
272
|
+
d?: string | undefined;
|
|
273
|
+
dp?: string | undefined;
|
|
274
|
+
dq?: string | undefined;
|
|
275
|
+
e?: string | undefined;
|
|
276
|
+
ext?: boolean | undefined;
|
|
277
|
+
k?: string | undefined;
|
|
278
|
+
key_ops?: string[] | undefined;
|
|
279
|
+
kid?: string | undefined;
|
|
280
|
+
n?: string | undefined;
|
|
281
|
+
p?: string | undefined;
|
|
282
|
+
q?: string | undefined;
|
|
283
|
+
qi?: string | undefined;
|
|
284
|
+
use?: string | undefined;
|
|
285
|
+
x?: string | undefined;
|
|
286
|
+
y?: string | undefined;
|
|
287
|
+
x5c?: string[] | undefined;
|
|
288
|
+
x5t?: string | undefined;
|
|
289
|
+
"x5t#S256"?: string | undefined;
|
|
290
|
+
x5u?: string | undefined;
|
|
291
|
+
}[];
|
|
292
|
+
};
|
|
303
293
|
scopes_supported: string[];
|
|
294
|
+
response_modes_supported: string[];
|
|
304
295
|
token_endpoint_auth_methods_supported: string[];
|
|
305
296
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
297
|
+
request_object_signing_alg_values_supported: string[];
|
|
306
298
|
};
|
|
307
299
|
openid_credential_verifier?: {
|
|
308
300
|
jwks: {
|
|
309
|
-
keys:
|
|
310
|
-
|
|
311
|
-
kid:
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
x5c
|
|
317
|
-
x5t
|
|
318
|
-
|
|
319
|
-
|
|
301
|
+
keys: {
|
|
302
|
+
[x: string]: unknown;
|
|
303
|
+
kid: string;
|
|
304
|
+
kty: string;
|
|
305
|
+
alg?: string | undefined;
|
|
306
|
+
key_ops?: string[] | undefined;
|
|
307
|
+
use?: string | undefined;
|
|
308
|
+
x5c?: string[] | undefined;
|
|
309
|
+
x5t?: string | undefined;
|
|
310
|
+
"x5t#S256"?: string | undefined;
|
|
311
|
+
x5u?: string | undefined;
|
|
312
|
+
}[];
|
|
320
313
|
};
|
|
321
|
-
contacts?: string[] | undefined;
|
|
322
|
-
client_id?: string | undefined;
|
|
323
|
-
authorization_encrypted_response_alg?: string | undefined;
|
|
324
|
-
authorization_encrypted_response_enc?: string | undefined;
|
|
325
314
|
application_type?: string | undefined;
|
|
315
|
+
client_id?: string | undefined;
|
|
326
316
|
client_name?: string | undefined;
|
|
317
|
+
contacts?: string[] | undefined;
|
|
327
318
|
request_uris?: string[] | undefined;
|
|
328
319
|
authorization_signed_response_alg?: string | undefined;
|
|
320
|
+
authorization_encrypted_response_alg?: string | undefined;
|
|
321
|
+
authorization_encrypted_response_enc?: string | undefined;
|
|
329
322
|
} | undefined;
|
|
330
323
|
};
|
|
331
324
|
};
|
|
332
325
|
}>;
|
|
333
326
|
export declare const getTrustAnchorEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
334
327
|
header: {
|
|
328
|
+
typ: "entity-statement+jwt";
|
|
335
329
|
alg: string;
|
|
336
330
|
kid: string;
|
|
337
|
-
typ: "entity-statement+jwt";
|
|
338
331
|
};
|
|
339
332
|
payload: {
|
|
333
|
+
[x: string]: unknown;
|
|
340
334
|
iss: string;
|
|
341
335
|
sub: string;
|
|
336
|
+
iat: number;
|
|
337
|
+
exp: number;
|
|
338
|
+
metadata: {
|
|
339
|
+
[x: string]: unknown;
|
|
340
|
+
federation_entity: {
|
|
341
|
+
[x: string]: unknown;
|
|
342
|
+
federation_fetch_endpoint?: string | undefined;
|
|
343
|
+
federation_list_endpoint?: string | undefined;
|
|
344
|
+
federation_resolve_endpoint?: string | undefined;
|
|
345
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
346
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
347
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
348
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
349
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
350
|
+
organization_name?: string | undefined;
|
|
351
|
+
homepage_uri?: string | undefined;
|
|
352
|
+
policy_uri?: string | undefined;
|
|
353
|
+
logo_uri?: string | undefined;
|
|
354
|
+
contacts?: string[] | undefined;
|
|
355
|
+
};
|
|
356
|
+
};
|
|
342
357
|
jwks: {
|
|
343
358
|
keys: {
|
|
344
359
|
kty: "RSA" | "EC";
|
|
@@ -365,10 +380,25 @@ export declare const getTrustAnchorEntityConfiguration: (entityBaseUrl: string,
|
|
|
365
380
|
x5u?: string | undefined;
|
|
366
381
|
}[];
|
|
367
382
|
};
|
|
383
|
+
authority_hints?: string[] | undefined;
|
|
384
|
+
};
|
|
385
|
+
}>;
|
|
386
|
+
export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
387
|
+
header: {
|
|
388
|
+
typ: "entity-statement+jwt";
|
|
389
|
+
alg: string;
|
|
390
|
+
kid: string;
|
|
391
|
+
};
|
|
392
|
+
payload: {
|
|
393
|
+
[x: string]: unknown;
|
|
394
|
+
iss: string;
|
|
395
|
+
sub: string;
|
|
368
396
|
iat: number;
|
|
369
397
|
exp: number;
|
|
370
398
|
metadata: {
|
|
399
|
+
[x: string]: unknown;
|
|
371
400
|
federation_entity: {
|
|
401
|
+
[x: string]: unknown;
|
|
372
402
|
federation_fetch_endpoint?: string | undefined;
|
|
373
403
|
federation_list_endpoint?: string | undefined;
|
|
374
404
|
federation_resolve_endpoint?: string | undefined;
|
|
@@ -382,26 +412,8 @@ export declare const getTrustAnchorEntityConfiguration: (entityBaseUrl: string,
|
|
|
382
412
|
policy_uri?: string | undefined;
|
|
383
413
|
logo_uri?: string | undefined;
|
|
384
414
|
contacts?: string[] | undefined;
|
|
385
|
-
} & {
|
|
386
|
-
[k: string]: unknown;
|
|
387
415
|
};
|
|
388
|
-
} & {
|
|
389
|
-
[k: string]: unknown;
|
|
390
416
|
};
|
|
391
|
-
authority_hints?: string[] | undefined;
|
|
392
|
-
} & {
|
|
393
|
-
[k: string]: unknown;
|
|
394
|
-
};
|
|
395
|
-
}>;
|
|
396
|
-
export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
397
|
-
header: {
|
|
398
|
-
alg: string;
|
|
399
|
-
kid: string;
|
|
400
|
-
typ: "entity-statement+jwt";
|
|
401
|
-
};
|
|
402
|
-
payload: {
|
|
403
|
-
iss: string;
|
|
404
|
-
sub: string;
|
|
405
417
|
jwks: {
|
|
406
418
|
keys: {
|
|
407
419
|
kty: "RSA" | "EC";
|
|
@@ -428,71 +440,69 @@ export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: string,
|
|
|
428
440
|
x5u?: string | undefined;
|
|
429
441
|
}[];
|
|
430
442
|
};
|
|
431
|
-
iat: number;
|
|
432
|
-
exp: number;
|
|
433
|
-
metadata: {
|
|
434
|
-
federation_entity: {
|
|
435
|
-
federation_fetch_endpoint?: string | undefined;
|
|
436
|
-
federation_list_endpoint?: string | undefined;
|
|
437
|
-
federation_resolve_endpoint?: string | undefined;
|
|
438
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
439
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
440
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
441
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
442
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
443
|
-
organization_name?: string | undefined;
|
|
444
|
-
homepage_uri?: string | undefined;
|
|
445
|
-
policy_uri?: string | undefined;
|
|
446
|
-
logo_uri?: string | undefined;
|
|
447
|
-
contacts?: string[] | undefined;
|
|
448
|
-
} & {
|
|
449
|
-
[k: string]: unknown;
|
|
450
|
-
};
|
|
451
|
-
} & {
|
|
452
|
-
[k: string]: unknown;
|
|
453
|
-
};
|
|
454
443
|
authority_hints?: string[] | undefined;
|
|
455
|
-
} & {
|
|
456
|
-
[k: string]: unknown;
|
|
457
444
|
};
|
|
458
445
|
} & {
|
|
459
446
|
payload: {
|
|
460
447
|
metadata: {
|
|
461
448
|
openid_credential_verifier: {
|
|
462
449
|
jwks: {
|
|
463
|
-
keys:
|
|
464
|
-
|
|
465
|
-
kid:
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
x5c
|
|
471
|
-
x5t
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
client_name?: string | undefined;
|
|
450
|
+
keys: {
|
|
451
|
+
[x: string]: unknown;
|
|
452
|
+
kid: string;
|
|
453
|
+
kty: string;
|
|
454
|
+
alg?: string | undefined;
|
|
455
|
+
key_ops?: string[] | undefined;
|
|
456
|
+
use?: string | undefined;
|
|
457
|
+
x5c?: string[] | undefined;
|
|
458
|
+
x5t?: string | undefined;
|
|
459
|
+
"x5t#S256"?: string | undefined;
|
|
460
|
+
x5u?: string | undefined;
|
|
461
|
+
}[];
|
|
462
|
+
};
|
|
463
|
+
application_type?: string | undefined;
|
|
464
|
+
client_id?: string | undefined;
|
|
465
|
+
client_name?: string | undefined;
|
|
466
|
+
contacts?: string[] | undefined;
|
|
481
467
|
request_uris?: string[] | undefined;
|
|
482
468
|
authorization_signed_response_alg?: string | undefined;
|
|
469
|
+
authorization_encrypted_response_alg?: string | undefined;
|
|
470
|
+
authorization_encrypted_response_enc?: string | undefined;
|
|
483
471
|
};
|
|
484
472
|
};
|
|
485
473
|
};
|
|
486
474
|
}>;
|
|
487
475
|
export declare const getEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
488
476
|
header: {
|
|
477
|
+
typ: "entity-statement+jwt";
|
|
489
478
|
alg: string;
|
|
490
479
|
kid: string;
|
|
491
|
-
typ: "entity-statement+jwt";
|
|
492
480
|
};
|
|
493
481
|
payload: {
|
|
482
|
+
[x: string]: unknown;
|
|
494
483
|
iss: string;
|
|
495
484
|
sub: string;
|
|
485
|
+
iat: number;
|
|
486
|
+
exp: number;
|
|
487
|
+
metadata: {
|
|
488
|
+
[x: string]: unknown;
|
|
489
|
+
federation_entity: {
|
|
490
|
+
[x: string]: unknown;
|
|
491
|
+
federation_fetch_endpoint?: string | undefined;
|
|
492
|
+
federation_list_endpoint?: string | undefined;
|
|
493
|
+
federation_resolve_endpoint?: string | undefined;
|
|
494
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
495
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
496
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
497
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
498
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
499
|
+
organization_name?: string | undefined;
|
|
500
|
+
homepage_uri?: string | undefined;
|
|
501
|
+
policy_uri?: string | undefined;
|
|
502
|
+
logo_uri?: string | undefined;
|
|
503
|
+
contacts?: string[] | undefined;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
496
506
|
jwks: {
|
|
497
507
|
keys: {
|
|
498
508
|
kty: "RSA" | "EC";
|
|
@@ -519,10 +529,24 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
519
529
|
x5u?: string | undefined;
|
|
520
530
|
}[];
|
|
521
531
|
};
|
|
532
|
+
authority_hints?: string[] | undefined;
|
|
533
|
+
};
|
|
534
|
+
} | ({
|
|
535
|
+
header: {
|
|
536
|
+
typ: "entity-statement+jwt";
|
|
537
|
+
alg: string;
|
|
538
|
+
kid: string;
|
|
539
|
+
};
|
|
540
|
+
payload: {
|
|
541
|
+
[x: string]: unknown;
|
|
542
|
+
iss: string;
|
|
543
|
+
sub: string;
|
|
522
544
|
iat: number;
|
|
523
545
|
exp: number;
|
|
524
546
|
metadata: {
|
|
547
|
+
[x: string]: unknown;
|
|
525
548
|
federation_entity: {
|
|
549
|
+
[x: string]: unknown;
|
|
526
550
|
federation_fetch_endpoint?: string | undefined;
|
|
527
551
|
federation_list_endpoint?: string | undefined;
|
|
528
552
|
federation_resolve_endpoint?: string | undefined;
|
|
@@ -536,25 +560,8 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
536
560
|
policy_uri?: string | undefined;
|
|
537
561
|
logo_uri?: string | undefined;
|
|
538
562
|
contacts?: string[] | undefined;
|
|
539
|
-
} & {
|
|
540
|
-
[k: string]: unknown;
|
|
541
563
|
};
|
|
542
|
-
} & {
|
|
543
|
-
[k: string]: unknown;
|
|
544
564
|
};
|
|
545
|
-
authority_hints?: string[] | undefined;
|
|
546
|
-
} & {
|
|
547
|
-
[k: string]: unknown;
|
|
548
|
-
};
|
|
549
|
-
} | ({
|
|
550
|
-
header: {
|
|
551
|
-
alg: string;
|
|
552
|
-
kid: string;
|
|
553
|
-
typ: "entity-statement+jwt";
|
|
554
|
-
};
|
|
555
|
-
payload: {
|
|
556
|
-
iss: string;
|
|
557
|
-
sub: string;
|
|
558
565
|
jwks: {
|
|
559
566
|
keys: {
|
|
560
567
|
kty: "RSA" | "EC";
|
|
@@ -581,32 +588,7 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
581
588
|
x5u?: string | undefined;
|
|
582
589
|
}[];
|
|
583
590
|
};
|
|
584
|
-
iat: number;
|
|
585
|
-
exp: number;
|
|
586
|
-
metadata: {
|
|
587
|
-
federation_entity: {
|
|
588
|
-
federation_fetch_endpoint?: string | undefined;
|
|
589
|
-
federation_list_endpoint?: string | undefined;
|
|
590
|
-
federation_resolve_endpoint?: string | undefined;
|
|
591
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
592
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
593
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
594
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
595
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
596
|
-
organization_name?: string | undefined;
|
|
597
|
-
homepage_uri?: string | undefined;
|
|
598
|
-
policy_uri?: string | undefined;
|
|
599
|
-
logo_uri?: string | undefined;
|
|
600
|
-
contacts?: string[] | undefined;
|
|
601
|
-
} & {
|
|
602
|
-
[k: string]: unknown;
|
|
603
|
-
};
|
|
604
|
-
} & {
|
|
605
|
-
[k: string]: unknown;
|
|
606
|
-
};
|
|
607
591
|
authority_hints?: string[] | undefined;
|
|
608
|
-
} & {
|
|
609
|
-
[k: string]: unknown;
|
|
610
592
|
};
|
|
611
593
|
} & {
|
|
612
594
|
payload: {
|
|
@@ -638,39 +620,14 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
638
620
|
};
|
|
639
621
|
metadata: {
|
|
640
622
|
openid_credential_issuer: {
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
crv?: string | undefined;
|
|
646
|
-
d?: string | undefined;
|
|
647
|
-
dp?: string | undefined;
|
|
648
|
-
dq?: string | undefined;
|
|
649
|
-
e?: string | undefined;
|
|
650
|
-
ext?: boolean | undefined;
|
|
651
|
-
k?: string | undefined;
|
|
652
|
-
key_ops?: string[] | undefined;
|
|
653
|
-
kid?: string | undefined;
|
|
654
|
-
n?: string | undefined;
|
|
655
|
-
p?: string | undefined;
|
|
656
|
-
q?: string | undefined;
|
|
657
|
-
qi?: string | undefined;
|
|
658
|
-
use?: string | undefined;
|
|
659
|
-
x?: string | undefined;
|
|
660
|
-
y?: string | undefined;
|
|
661
|
-
x5c?: string[] | undefined;
|
|
662
|
-
x5t?: string | undefined;
|
|
663
|
-
"x5t#S256"?: string | undefined;
|
|
664
|
-
x5u?: string | undefined;
|
|
665
|
-
}[];
|
|
666
|
-
};
|
|
623
|
+
credential_issuer: string;
|
|
624
|
+
credential_endpoint: string;
|
|
625
|
+
nonce_endpoint: string;
|
|
626
|
+
status_attestation_endpoint: string;
|
|
667
627
|
display: {
|
|
668
628
|
name: string;
|
|
669
629
|
locale: string;
|
|
670
630
|
}[];
|
|
671
|
-
credential_issuer: string;
|
|
672
|
-
nonce_endpoint: string;
|
|
673
|
-
credential_endpoint: string;
|
|
674
631
|
credential_configurations_supported: Record<string, ({
|
|
675
632
|
format: "dc+sd-jwt";
|
|
676
633
|
vct: string;
|
|
@@ -678,11 +635,11 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
678
635
|
format: "mso_mdoc";
|
|
679
636
|
doctype: string;
|
|
680
637
|
}) & {
|
|
638
|
+
scope: string;
|
|
681
639
|
display: {
|
|
682
640
|
name: string;
|
|
683
641
|
locale: string;
|
|
684
642
|
}[];
|
|
685
|
-
scope: string;
|
|
686
643
|
claims: {
|
|
687
644
|
path: (string | number | null)[];
|
|
688
645
|
display: {
|
|
@@ -696,17 +653,11 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
696
653
|
issuance_errors_supported?: Record<string, {
|
|
697
654
|
display: {
|
|
698
655
|
title: string;
|
|
699
|
-
locale: string;
|
|
700
656
|
description: string;
|
|
657
|
+
locale: string;
|
|
701
658
|
}[];
|
|
702
659
|
}> | undefined;
|
|
703
660
|
}>;
|
|
704
|
-
status_attestation_endpoint: string;
|
|
705
|
-
trust_frameworks_supported: string[];
|
|
706
|
-
evidence_supported: string[];
|
|
707
|
-
revocation_endpoint?: string | undefined;
|
|
708
|
-
};
|
|
709
|
-
oauth_authorization_server: {
|
|
710
661
|
jwks: {
|
|
711
662
|
keys: {
|
|
712
663
|
kty: "RSA" | "EC";
|
|
@@ -733,54 +684,108 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
733
684
|
x5u?: string | undefined;
|
|
734
685
|
}[];
|
|
735
686
|
};
|
|
736
|
-
|
|
687
|
+
trust_frameworks_supported: string[];
|
|
688
|
+
evidence_supported: string[];
|
|
689
|
+
revocation_endpoint?: string | undefined;
|
|
690
|
+
};
|
|
691
|
+
oauth_authorization_server: {
|
|
737
692
|
authorization_endpoint: string;
|
|
693
|
+
pushed_authorization_request_endpoint: string;
|
|
738
694
|
token_endpoint: string;
|
|
739
|
-
response_modes_supported: string[];
|
|
740
|
-
request_object_signing_alg_values_supported: string[];
|
|
741
695
|
client_registration_types_supported: string[];
|
|
742
696
|
code_challenge_methods_supported: string[];
|
|
743
697
|
acr_values_supported: string[];
|
|
744
698
|
grant_types_supported: string[];
|
|
745
699
|
issuer: string;
|
|
700
|
+
jwks: {
|
|
701
|
+
keys: {
|
|
702
|
+
kty: "RSA" | "EC";
|
|
703
|
+
alg?: string | undefined;
|
|
704
|
+
crv?: string | undefined;
|
|
705
|
+
d?: string | undefined;
|
|
706
|
+
dp?: string | undefined;
|
|
707
|
+
dq?: string | undefined;
|
|
708
|
+
e?: string | undefined;
|
|
709
|
+
ext?: boolean | undefined;
|
|
710
|
+
k?: string | undefined;
|
|
711
|
+
key_ops?: string[] | undefined;
|
|
712
|
+
kid?: string | undefined;
|
|
713
|
+
n?: string | undefined;
|
|
714
|
+
p?: string | undefined;
|
|
715
|
+
q?: string | undefined;
|
|
716
|
+
qi?: string | undefined;
|
|
717
|
+
use?: string | undefined;
|
|
718
|
+
x?: string | undefined;
|
|
719
|
+
y?: string | undefined;
|
|
720
|
+
x5c?: string[] | undefined;
|
|
721
|
+
x5t?: string | undefined;
|
|
722
|
+
"x5t#S256"?: string | undefined;
|
|
723
|
+
x5u?: string | undefined;
|
|
724
|
+
}[];
|
|
725
|
+
};
|
|
746
726
|
scopes_supported: string[];
|
|
727
|
+
response_modes_supported: string[];
|
|
747
728
|
token_endpoint_auth_methods_supported: string[];
|
|
748
729
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
730
|
+
request_object_signing_alg_values_supported: string[];
|
|
749
731
|
};
|
|
750
732
|
openid_credential_verifier?: {
|
|
751
733
|
jwks: {
|
|
752
|
-
keys:
|
|
753
|
-
|
|
754
|
-
kid:
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
x5c
|
|
760
|
-
x5t
|
|
761
|
-
|
|
762
|
-
|
|
734
|
+
keys: {
|
|
735
|
+
[x: string]: unknown;
|
|
736
|
+
kid: string;
|
|
737
|
+
kty: string;
|
|
738
|
+
alg?: string | undefined;
|
|
739
|
+
key_ops?: string[] | undefined;
|
|
740
|
+
use?: string | undefined;
|
|
741
|
+
x5c?: string[] | undefined;
|
|
742
|
+
x5t?: string | undefined;
|
|
743
|
+
"x5t#S256"?: string | undefined;
|
|
744
|
+
x5u?: string | undefined;
|
|
745
|
+
}[];
|
|
763
746
|
};
|
|
764
|
-
contacts?: string[] | undefined;
|
|
765
|
-
client_id?: string | undefined;
|
|
766
|
-
authorization_encrypted_response_alg?: string | undefined;
|
|
767
|
-
authorization_encrypted_response_enc?: string | undefined;
|
|
768
747
|
application_type?: string | undefined;
|
|
748
|
+
client_id?: string | undefined;
|
|
769
749
|
client_name?: string | undefined;
|
|
750
|
+
contacts?: string[] | undefined;
|
|
770
751
|
request_uris?: string[] | undefined;
|
|
771
752
|
authorization_signed_response_alg?: string | undefined;
|
|
753
|
+
authorization_encrypted_response_alg?: string | undefined;
|
|
754
|
+
authorization_encrypted_response_enc?: string | undefined;
|
|
772
755
|
} | undefined;
|
|
773
756
|
};
|
|
774
757
|
};
|
|
775
758
|
}) | ({
|
|
776
759
|
header: {
|
|
760
|
+
typ: "entity-statement+jwt";
|
|
777
761
|
alg: string;
|
|
778
762
|
kid: string;
|
|
779
|
-
typ: "entity-statement+jwt";
|
|
780
763
|
};
|
|
781
764
|
payload: {
|
|
765
|
+
[x: string]: unknown;
|
|
782
766
|
iss: string;
|
|
783
767
|
sub: string;
|
|
768
|
+
iat: number;
|
|
769
|
+
exp: number;
|
|
770
|
+
metadata: {
|
|
771
|
+
[x: string]: unknown;
|
|
772
|
+
federation_entity: {
|
|
773
|
+
[x: string]: unknown;
|
|
774
|
+
federation_fetch_endpoint?: string | undefined;
|
|
775
|
+
federation_list_endpoint?: string | undefined;
|
|
776
|
+
federation_resolve_endpoint?: string | undefined;
|
|
777
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
778
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
779
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
780
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
781
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
782
|
+
organization_name?: string | undefined;
|
|
783
|
+
homepage_uri?: string | undefined;
|
|
784
|
+
policy_uri?: string | undefined;
|
|
785
|
+
logo_uri?: string | undefined;
|
|
786
|
+
contacts?: string[] | undefined;
|
|
787
|
+
};
|
|
788
|
+
};
|
|
784
789
|
jwks: {
|
|
785
790
|
keys: {
|
|
786
791
|
kty: "RSA" | "EC";
|
|
@@ -807,70 +812,68 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
807
812
|
x5u?: string | undefined;
|
|
808
813
|
}[];
|
|
809
814
|
};
|
|
810
|
-
iat: number;
|
|
811
|
-
exp: number;
|
|
812
|
-
metadata: {
|
|
813
|
-
federation_entity: {
|
|
814
|
-
federation_fetch_endpoint?: string | undefined;
|
|
815
|
-
federation_list_endpoint?: string | undefined;
|
|
816
|
-
federation_resolve_endpoint?: string | undefined;
|
|
817
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
818
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
819
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
820
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
821
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
822
|
-
organization_name?: string | undefined;
|
|
823
|
-
homepage_uri?: string | undefined;
|
|
824
|
-
policy_uri?: string | undefined;
|
|
825
|
-
logo_uri?: string | undefined;
|
|
826
|
-
contacts?: string[] | undefined;
|
|
827
|
-
} & {
|
|
828
|
-
[k: string]: unknown;
|
|
829
|
-
};
|
|
830
|
-
} & {
|
|
831
|
-
[k: string]: unknown;
|
|
832
|
-
};
|
|
833
815
|
authority_hints?: string[] | undefined;
|
|
834
|
-
} & {
|
|
835
|
-
[k: string]: unknown;
|
|
836
816
|
};
|
|
837
817
|
} & {
|
|
838
818
|
payload: {
|
|
839
819
|
metadata: {
|
|
840
820
|
openid_credential_verifier: {
|
|
841
821
|
jwks: {
|
|
842
|
-
keys:
|
|
843
|
-
|
|
844
|
-
kid:
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
x5c
|
|
850
|
-
x5t
|
|
851
|
-
|
|
852
|
-
|
|
822
|
+
keys: {
|
|
823
|
+
[x: string]: unknown;
|
|
824
|
+
kid: string;
|
|
825
|
+
kty: string;
|
|
826
|
+
alg?: string | undefined;
|
|
827
|
+
key_ops?: string[] | undefined;
|
|
828
|
+
use?: string | undefined;
|
|
829
|
+
x5c?: string[] | undefined;
|
|
830
|
+
x5t?: string | undefined;
|
|
831
|
+
"x5t#S256"?: string | undefined;
|
|
832
|
+
x5u?: string | undefined;
|
|
833
|
+
}[];
|
|
853
834
|
};
|
|
854
|
-
contacts?: string[] | undefined;
|
|
855
|
-
client_id?: string | undefined;
|
|
856
|
-
authorization_encrypted_response_alg?: string | undefined;
|
|
857
|
-
authorization_encrypted_response_enc?: string | undefined;
|
|
858
835
|
application_type?: string | undefined;
|
|
836
|
+
client_id?: string | undefined;
|
|
859
837
|
client_name?: string | undefined;
|
|
838
|
+
contacts?: string[] | undefined;
|
|
860
839
|
request_uris?: string[] | undefined;
|
|
861
840
|
authorization_signed_response_alg?: string | undefined;
|
|
841
|
+
authorization_encrypted_response_alg?: string | undefined;
|
|
842
|
+
authorization_encrypted_response_enc?: string | undefined;
|
|
862
843
|
};
|
|
863
844
|
};
|
|
864
845
|
};
|
|
865
846
|
}) | ({
|
|
866
847
|
header: {
|
|
848
|
+
typ: "entity-statement+jwt";
|
|
867
849
|
alg: string;
|
|
868
850
|
kid: string;
|
|
869
|
-
typ: "entity-statement+jwt";
|
|
870
851
|
};
|
|
871
852
|
payload: {
|
|
853
|
+
[x: string]: unknown;
|
|
872
854
|
iss: string;
|
|
873
855
|
sub: string;
|
|
856
|
+
iat: number;
|
|
857
|
+
exp: number;
|
|
858
|
+
metadata: {
|
|
859
|
+
[x: string]: unknown;
|
|
860
|
+
federation_entity: {
|
|
861
|
+
[x: string]: unknown;
|
|
862
|
+
federation_fetch_endpoint?: string | undefined;
|
|
863
|
+
federation_list_endpoint?: string | undefined;
|
|
864
|
+
federation_resolve_endpoint?: string | undefined;
|
|
865
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
866
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
867
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
868
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
869
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
870
|
+
organization_name?: string | undefined;
|
|
871
|
+
homepage_uri?: string | undefined;
|
|
872
|
+
policy_uri?: string | undefined;
|
|
873
|
+
logo_uri?: string | undefined;
|
|
874
|
+
contacts?: string[] | undefined;
|
|
875
|
+
};
|
|
876
|
+
};
|
|
874
877
|
jwks: {
|
|
875
878
|
keys: {
|
|
876
879
|
kty: "RSA" | "EC";
|
|
@@ -897,37 +900,17 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
897
900
|
x5u?: string | undefined;
|
|
898
901
|
}[];
|
|
899
902
|
};
|
|
900
|
-
iat: number;
|
|
901
|
-
exp: number;
|
|
902
|
-
metadata: {
|
|
903
|
-
federation_entity: {
|
|
904
|
-
federation_fetch_endpoint?: string | undefined;
|
|
905
|
-
federation_list_endpoint?: string | undefined;
|
|
906
|
-
federation_resolve_endpoint?: string | undefined;
|
|
907
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
908
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
909
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
910
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
911
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
912
|
-
organization_name?: string | undefined;
|
|
913
|
-
homepage_uri?: string | undefined;
|
|
914
|
-
policy_uri?: string | undefined;
|
|
915
|
-
logo_uri?: string | undefined;
|
|
916
|
-
contacts?: string[] | undefined;
|
|
917
|
-
} & {
|
|
918
|
-
[k: string]: unknown;
|
|
919
|
-
};
|
|
920
|
-
} & {
|
|
921
|
-
[k: string]: unknown;
|
|
922
|
-
};
|
|
923
903
|
authority_hints?: string[] | undefined;
|
|
924
|
-
} & {
|
|
925
|
-
[k: string]: unknown;
|
|
926
904
|
};
|
|
927
905
|
} & {
|
|
928
906
|
payload: {
|
|
929
907
|
metadata: {
|
|
930
908
|
wallet_provider: {
|
|
909
|
+
[x: string]: unknown;
|
|
910
|
+
token_endpoint: string;
|
|
911
|
+
grant_types_supported: string[];
|
|
912
|
+
token_endpoint_auth_methods_supported: string[];
|
|
913
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
931
914
|
jwks: {
|
|
932
915
|
keys: {
|
|
933
916
|
kty: "RSA" | "EC";
|
|
@@ -954,13 +937,7 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
954
937
|
x5u?: string | undefined;
|
|
955
938
|
}[];
|
|
956
939
|
};
|
|
957
|
-
token_endpoint: string;
|
|
958
|
-
grant_types_supported: string[];
|
|
959
|
-
token_endpoint_auth_methods_supported: string[];
|
|
960
|
-
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
961
940
|
aal_values_supported?: string[] | undefined;
|
|
962
|
-
} & {
|
|
963
|
-
[k: string]: unknown;
|
|
964
941
|
};
|
|
965
942
|
};
|
|
966
943
|
};
|