@pagopa/io-react-native-wallet 3.6.2 → 3.6.4
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/IoWallet.js +5 -3
- package/lib/commonjs/IoWallet.js.map +1 -1
- package/lib/commonjs/api/index.js +19 -19
- package/lib/commonjs/api/index.js.map +1 -1
- package/lib/commonjs/client/generated/wallet-provider.js +23 -4
- package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
- package/lib/commonjs/client/index.js +9 -11
- package/lib/commonjs/client/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js +23 -23
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/commonjs/credential/issuance/api/mrtd-pop/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/api/types.js +3 -3
- package/lib/commonjs/credential/issuance/api/types.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/02-start-user-authorization.js +3 -0
- package/lib/commonjs/credential/issuance/common/02-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.mdoc.js +11 -8
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.mdoc.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +13 -13
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/errors.js +0 -3
- package/lib/commonjs/credential/issuance/common/errors.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js +4 -4
- package/lib/commonjs/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/02-init-challenge.js +14 -14
- package/lib/commonjs/credential/issuance/mrtd-pop/02-init-challenge.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/03-validate-challenge.js +20 -20
- package/lib/commonjs/credential/issuance/mrtd-pop/03-validate-challenge.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/index.js +4 -4
- package/lib/commonjs/credential/issuance/mrtd-pop/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/02-start-user-authorization.js +13 -13
- package/lib/commonjs/credential/issuance/v1.0.0/02-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/03-complete-user-authorization.js +18 -18
- package/lib/commonjs/credential/issuance/v1.0.0/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/04-authorize-access.js +10 -10
- package/lib/commonjs/credential/issuance/v1.0.0/04-authorize-access.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/05-obtain-credential.js +24 -15
- package/lib/commonjs/credential/issuance/v1.0.0/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/06-verify-and-parse-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/index.js +8 -8
- package/lib/commonjs/credential/issuance/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/mappers.js +7 -7
- package/lib/commonjs/credential/issuance/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +3 -3
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/02-start-user-authorization.js +30 -30
- package/lib/commonjs/credential/issuance/v1.3.3/02-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +37 -37
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/04-authorize-access.js +16 -16
- package/lib/commonjs/credential/issuance/v1.3.3/04-authorize-access.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +32 -28
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/06-verify-and-parse-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/index.js +8 -8
- package/lib/commonjs/credential/issuance/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +18 -17
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/offer/common/errors.js +0 -6
- package/lib/commonjs/credential/offer/common/errors.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.0.0/index.js +3 -3
- package/lib/commonjs/credential/offer/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/01-resolve-credential-offer.js +4 -4
- package/lib/commonjs/credential/offer/v1.3.3/01-resolve-credential-offer.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/02-extract-grant-details.js +4 -4
- package/lib/commonjs/credential/offer/v1.3.3/02-extract-grant-details.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/03-validate-credential-offer.js +5 -5
- package/lib/commonjs/credential/offer/v1.3.3/03-validate-credential-offer.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/index.js +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +8 -8
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/types.js +11 -11
- package/lib/commonjs/credential/presentation/api/types.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/errors.js +24 -23
- package/lib/commonjs/credential/presentation/common/errors.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/dcql.js +38 -35
- package/lib/commonjs/credential/presentation/common/utils/dcql.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/mdoc.js +20 -22
- package/lib/commonjs/credential/presentation/common/utils/mdoc.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js +10 -10
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/01-start-flow.js +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/01-start-flow.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/02-evaluate-rp-trust.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/03-get-request-object.js +2 -2
- package/lib/commonjs/credential/presentation/v1.0.0/03-get-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/05-verify-request-object.js +3 -3
- package/lib/commonjs/credential/presentation/v1.0.0/05-verify-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/06-evaluate-dcql-query.js +17 -12
- package/lib/commonjs/credential/presentation/v1.0.0/06-evaluate-dcql-query.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/07-send-authorization-response.js +20 -20
- package/lib/commonjs/credential/presentation/v1.0.0/07-send-authorization-response.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/index.js +4 -4
- package/lib/commonjs/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/mappers.js +6 -6
- package/lib/commonjs/credential/presentation/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/types.js +12 -12
- package/lib/commonjs/credential/presentation/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/utils.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/utils.jwks.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/01-start-flow.js +2 -2
- package/lib/commonjs/credential/presentation/v1.3.3/01-start-flow.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/02-evaluate-rp-trust.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/03-get-request-object.js +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/03-get-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js +3 -3
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js +11 -7
- package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/06-evaluate-dcql-query.js +24 -16
- package/lib/commonjs/credential/presentation/v1.3.3/06-evaluate-dcql-query.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/07-send-authorization-response.js +31 -26
- package/lib/commonjs/credential/presentation/v1.3.3/07-send-authorization-response.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/index.js +5 -5
- package/lib/commonjs/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/mappers.js +11 -11
- package/lib/commonjs/credential/presentation/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/sdkErrorMapper.js +2 -2
- package/lib/commonjs/credential/presentation/v1.3.3/sdkErrorMapper.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/types.js +3 -3
- package/lib/commonjs/credential/presentation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credential/status/api/types.js +6 -6
- package/lib/commonjs/credential/status/api/types.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/01-status-assertion.js +15 -12
- package/lib/commonjs/credential/status/v1.0.0/01-status-assertion.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js +17 -10
- package/lib/commonjs/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/index.js +1 -1
- package/lib/commonjs/credential/status/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/types.js +18 -18
- package/lib/commonjs/credential/status/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/01-status-list.js +4 -4
- package/lib/commonjs/credential/status/v1.3.3/01-status-list.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/02-verify-and-parse-status-list.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/03-get-status.js +2 -2
- package/lib/commonjs/credential/status/v1.3.3/03-get-status.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/index.js +3 -3
- package/lib/commonjs/credential/status/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/trustmark/v1.0.0/get-credential-trustmark.js +7 -7
- package/lib/commonjs/credential/trustmark/v1.0.0/get-credential-trustmark.js.map +1 -1
- package/lib/commonjs/credential/trustmark/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/trustmark/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +54 -55
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/common/get-status-l10n-ids.js +2 -2
- package/lib/commonjs/credentials-catalogue/common/get-status-l10n-ids.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js +2 -2
- package/lib/commonjs/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/index.js +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +0 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/types.js +35 -35
- package/lib/commonjs/credentials-catalogue/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js +11 -11
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +26 -20
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +93 -93
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +8 -8
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/index.js +15 -15
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/mdoc/index.js +13 -5
- package/lib/commonjs/mdoc/index.js.map +1 -1
- package/lib/commonjs/mdoc/utils.js.map +1 -1
- package/lib/commonjs/sd-jwt/__test__/types.test.js +9 -9
- package/lib/commonjs/sd-jwt/__test__/types.test.js.map +1 -1
- package/lib/commonjs/sd-jwt/__test__/utils.test.js +3 -3
- package/lib/commonjs/sd-jwt/__test__/utils.test.js.map +1 -1
- package/lib/commonjs/sd-jwt/index.js +9 -9
- package/lib/commonjs/sd-jwt/index.js.map +1 -1
- package/lib/commonjs/sd-jwt/types.js +18 -18
- package/lib/commonjs/sd-jwt/types.js.map +1 -1
- package/lib/commonjs/sd-jwt/utils.js +3 -3
- package/lib/commonjs/sd-jwt/utils.js.map +1 -1
- package/lib/commonjs/trust/api/TrustAnchorConfig.js +4 -4
- package/lib/commonjs/trust/api/TrustAnchorConfig.js.map +1 -1
- package/lib/commonjs/trust/common/build-chain.js +5 -2
- package/lib/commonjs/trust/common/build-chain.js.map +1 -1
- package/lib/commonjs/trust/common/errors.js +51 -44
- package/lib/commonjs/trust/common/errors.js.map +1 -1
- package/lib/commonjs/trust/common/types.js +22 -22
- package/lib/commonjs/trust/common/types.js.map +1 -1
- package/lib/commonjs/trust/common/utils.js +45 -45
- package/lib/commonjs/trust/common/utils.js.map +1 -1
- package/lib/commonjs/trust/common/verify-chain.js +96 -96
- package/lib/commonjs/trust/common/verify-chain.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/build-chain.js +2 -2
- package/lib/commonjs/trust/v1.0.0/build-chain.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/entities.js +1 -1
- package/lib/commonjs/trust/v1.0.0/entities.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/index.js +3 -3
- package/lib/commonjs/trust/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/mappers.js +2 -2
- package/lib/commonjs/trust/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/types.js +46 -46
- package/lib/commonjs/trust/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/verify-chain.js +3 -3
- package/lib/commonjs/trust/v1.0.0/verify-chain.js.map +1 -1
- package/lib/commonjs/trust/v1.3.3/entities.js +1 -1
- package/lib/commonjs/trust/v1.3.3/entities.js.map +1 -1
- package/lib/commonjs/trust/v1.3.3/types.js +2 -2
- package/lib/commonjs/trust/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/utils/auth.js +2 -2
- package/lib/commonjs/utils/auth.js.map +1 -1
- package/lib/commonjs/utils/callbacks.js +47 -51
- package/lib/commonjs/utils/callbacks.js.map +1 -1
- package/lib/commonjs/utils/credentials.js +3 -3
- package/lib/commonjs/utils/credentials.js.map +1 -1
- package/lib/commonjs/utils/crypto.js +23 -25
- package/lib/commonjs/utils/crypto.js.map +1 -1
- package/lib/commonjs/utils/decoder.js +2 -2
- package/lib/commonjs/utils/decoder.js.map +1 -1
- package/lib/commonjs/utils/dpop.js +5 -5
- package/lib/commonjs/utils/dpop.js.map +1 -1
- package/lib/commonjs/utils/error-codes.js +19 -19
- package/lib/commonjs/utils/error-codes.js.map +1 -1
- package/lib/commonjs/utils/errors.js +51 -50
- package/lib/commonjs/utils/errors.js.map +1 -1
- package/lib/commonjs/utils/jwk.js +5 -6
- package/lib/commonjs/utils/jwk.js.map +1 -1
- package/lib/commonjs/utils/logging.js +15 -14
- package/lib/commonjs/utils/logging.js.map +1 -1
- package/lib/commonjs/utils/mappers.js +6 -8
- package/lib/commonjs/utils/mappers.js.map +1 -1
- package/lib/commonjs/utils/misc.js +6 -5
- package/lib/commonjs/utils/misc.js.map +1 -1
- package/lib/commonjs/utils/par.js +28 -28
- package/lib/commonjs/utils/par.js.map +1 -1
- package/lib/commonjs/utils/pop.js +5 -5
- package/lib/commonjs/utils/pop.js.map +1 -1
- package/lib/commonjs/utils/string.js.map +1 -1
- package/lib/commonjs/utils/x509.js +2 -2
- package/lib/commonjs/utils/x509.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/common/wallet-instance.js +5 -5
- package/lib/commonjs/wallet-instance/common/wallet-instance.js.map +1 -1
- package/lib/commonjs/wallet-instance/v1.0.0/index.js +2 -2
- package/lib/commonjs/wallet-instance/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/wallet-instance/v1.3.3/index.js +2 -2
- package/lib/commonjs/wallet-instance/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/api/types.js +7 -7
- package/lib/commonjs/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/common/types.js +7 -7
- package/lib/commonjs/wallet-instance-attestation/common/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 +15 -15
- 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 +2 -2
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/types.js +5 -5
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/utils.js +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/utils.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js +2 -2
- 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 +20 -20
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- 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 +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/api/types.js +5 -5
- package/lib/commonjs/wallet-unit-attestation/api/types.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js +4 -4
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js +32 -29
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/module/IoWallet.js +6 -4
- package/lib/module/IoWallet.js.map +1 -1
- package/lib/module/api/index.js +19 -19
- package/lib/module/api/index.js.map +1 -1
- package/lib/module/client/generated/wallet-provider.js +17 -1
- package/lib/module/client/generated/wallet-provider.js.map +1 -1
- package/lib/module/client/index.js +10 -12
- package/lib/module/client/index.js.map +1 -1
- package/lib/module/credential/issuance/api/IssuerConfig.js +23 -23
- package/lib/module/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/module/credential/issuance/api/mrtd-pop/index.js.map +1 -1
- package/lib/module/credential/issuance/api/types.js +3 -3
- package/lib/module/credential/issuance/api/types.js.map +1 -1
- package/lib/module/credential/issuance/common/02-start-user-authorization.js +4 -1
- package/lib/module/credential/issuance/common/02-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.mdoc.js +11 -8
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.mdoc.js.map +1 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +6 -6
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/module/credential/issuance/common/errors.js +0 -3
- package/lib/module/credential/issuance/common/errors.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js +4 -4
- package/lib/module/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/02-init-challenge.js +14 -14
- package/lib/module/credential/issuance/mrtd-pop/02-init-challenge.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/03-validate-challenge.js +20 -20
- package/lib/module/credential/issuance/mrtd-pop/03-validate-challenge.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/index.js +5 -5
- package/lib/module/credential/issuance/mrtd-pop/index.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/02-start-user-authorization.js +13 -13
- package/lib/module/credential/issuance/v1.0.0/02-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/03-complete-user-authorization.js +17 -17
- package/lib/module/credential/issuance/v1.0.0/03-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/04-authorize-access.js +11 -11
- package/lib/module/credential/issuance/v1.0.0/04-authorize-access.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/05-obtain-credential.js +25 -16
- package/lib/module/credential/issuance/v1.0.0/05-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/06-verify-and-parse-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/index.js +9 -9
- package/lib/module/credential/issuance/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/mappers.js +7 -7
- package/lib/module/credential/issuance/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/types.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +4 -4
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/02-start-user-authorization.js +31 -31
- package/lib/module/credential/issuance/v1.3.3/02-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js +28 -28
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/04-authorize-access.js +16 -16
- package/lib/module/credential/issuance/v1.3.3/04-authorize-access.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js +34 -30
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/06-verify-and-parse-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/index.js +9 -9
- package/lib/module/credential/issuance/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/mappers.js +18 -17
- package/lib/module/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credential/offer/common/errors.js +0 -6
- package/lib/module/credential/offer/common/errors.js.map +1 -1
- package/lib/module/credential/offer/v1.0.0/index.js +3 -3
- package/lib/module/credential/offer/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/01-resolve-credential-offer.js +5 -5
- package/lib/module/credential/offer/v1.3.3/01-resolve-credential-offer.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/02-extract-grant-details.js +3 -3
- package/lib/module/credential/offer/v1.3.3/02-extract-grant-details.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/03-validate-credential-offer.js +6 -6
- package/lib/module/credential/offer/v1.3.3/03-validate-credential-offer.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/index.js +1 -1
- package/lib/module/credential/offer/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js +8 -8
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/module/credential/presentation/api/types.js +11 -11
- package/lib/module/credential/presentation/api/types.js.map +1 -1
- package/lib/module/credential/presentation/common/errors.js +21 -21
- package/lib/module/credential/presentation/common/errors.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/dcql.js +38 -35
- package/lib/module/credential/presentation/common/utils/dcql.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/mdoc.js +20 -22
- package/lib/module/credential/presentation/common/utils/mdoc.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/sd-jwt.js +10 -10
- package/lib/module/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/01-start-flow.js +1 -1
- package/lib/module/credential/presentation/v1.0.0/01-start-flow.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/02-evaluate-rp-trust.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/03-get-request-object.js +2 -2
- package/lib/module/credential/presentation/v1.0.0/03-get-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/05-verify-request-object.js +3 -3
- package/lib/module/credential/presentation/v1.0.0/05-verify-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/06-evaluate-dcql-query.js +16 -11
- package/lib/module/credential/presentation/v1.0.0/06-evaluate-dcql-query.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/07-send-authorization-response.js +12 -12
- package/lib/module/credential/presentation/v1.0.0/07-send-authorization-response.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/index.js +5 -5
- package/lib/module/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/mappers.js +6 -6
- package/lib/module/credential/presentation/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/types.js +12 -12
- package/lib/module/credential/presentation/v1.0.0/types.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/utils.js +1 -0
- package/lib/module/credential/presentation/v1.0.0/utils.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/utils.jwks.js +1 -0
- package/lib/module/credential/presentation/v1.0.0/utils.jwks.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/01-start-flow.js +2 -2
- package/lib/module/credential/presentation/v1.3.3/01-start-flow.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/02-evaluate-rp-trust.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/03-get-request-object.js +1 -1
- package/lib/module/credential/presentation/v1.3.3/03-get-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js +3 -3
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js +12 -8
- package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/06-evaluate-dcql-query.js +25 -17
- package/lib/module/credential/presentation/v1.3.3/06-evaluate-dcql-query.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/07-send-authorization-response.js +31 -26
- package/lib/module/credential/presentation/v1.3.3/07-send-authorization-response.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/index.js +6 -6
- package/lib/module/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/mappers.js +11 -11
- package/lib/module/credential/presentation/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/sdkErrorMapper.js +4 -3
- package/lib/module/credential/presentation/v1.3.3/sdkErrorMapper.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/types.js +3 -3
- package/lib/module/credential/presentation/v1.3.3/types.js.map +1 -1
- package/lib/module/credential/status/api/index.js.map +1 -1
- package/lib/module/credential/status/api/types.js +6 -6
- package/lib/module/credential/status/api/types.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/01-status-assertion.js +15 -12
- package/lib/module/credential/status/v1.0.0/01-status-assertion.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js +17 -10
- package/lib/module/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/index.js +1 -1
- package/lib/module/credential/status/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/types.js +17 -17
- package/lib/module/credential/status/v1.0.0/types.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/01-status-list.js +4 -4
- package/lib/module/credential/status/v1.3.3/01-status-list.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/02-verify-and-parse-status-list.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/03-get-status.js +3 -2
- package/lib/module/credential/status/v1.3.3/03-get-status.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/index.js +3 -3
- package/lib/module/credential/status/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/trustmark/v1.0.0/get-credential-trustmark.js +8 -8
- package/lib/module/credential/trustmark/v1.0.0/get-credential-trustmark.js.map +1 -1
- package/lib/module/credential/trustmark/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/trustmark/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +54 -56
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/common/get-status-l10n-ids.js +2 -2
- package/lib/module/credentials-catalogue/common/get-status-l10n-ids.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js +2 -2
- package/lib/module/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/index.js +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/index.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js +0 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/types.js +35 -35
- package/lib/module/credentials-catalogue/v1.0.0/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js +11 -11
- package/lib/module/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/index.js +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js +27 -21
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/types.js +93 -93
- package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/utils.js +8 -8
- package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/module/index.js +10 -10
- package/lib/module/index.js.map +1 -1
- package/lib/module/mdoc/index.js +13 -5
- package/lib/module/mdoc/index.js.map +1 -1
- package/lib/module/mdoc/utils.js.map +1 -1
- package/lib/module/sd-jwt/__test__/types.test.js +9 -9
- package/lib/module/sd-jwt/__test__/types.test.js.map +1 -1
- package/lib/module/sd-jwt/__test__/utils.test.js +3 -3
- package/lib/module/sd-jwt/__test__/utils.test.js.map +1 -1
- package/lib/module/sd-jwt/index.js +9 -9
- package/lib/module/sd-jwt/index.js.map +1 -1
- package/lib/module/sd-jwt/types.js +18 -18
- package/lib/module/sd-jwt/types.js.map +1 -1
- package/lib/module/sd-jwt/utils.js +3 -3
- package/lib/module/sd-jwt/utils.js.map +1 -1
- package/lib/module/trust/api/TrustAnchorConfig.js +4 -4
- package/lib/module/trust/api/TrustAnchorConfig.js.map +1 -1
- package/lib/module/trust/common/build-chain.js +5 -2
- package/lib/module/trust/common/build-chain.js.map +1 -1
- package/lib/module/trust/common/errors.js +46 -37
- package/lib/module/trust/common/errors.js.map +1 -1
- package/lib/module/trust/common/types.js +22 -22
- package/lib/module/trust/common/types.js.map +1 -1
- package/lib/module/trust/common/utils.js +45 -45
- package/lib/module/trust/common/utils.js.map +1 -1
- package/lib/module/trust/common/verify-chain.js +96 -96
- package/lib/module/trust/common/verify-chain.js.map +1 -1
- package/lib/module/trust/v1.0.0/build-chain.js +2 -2
- package/lib/module/trust/v1.0.0/build-chain.js.map +1 -1
- package/lib/module/trust/v1.0.0/entities.js +1 -1
- package/lib/module/trust/v1.0.0/entities.js.map +1 -1
- package/lib/module/trust/v1.0.0/index.js +3 -3
- package/lib/module/trust/v1.0.0/index.js.map +1 -1
- package/lib/module/trust/v1.0.0/mappers.js +2 -2
- package/lib/module/trust/v1.0.0/mappers.js.map +1 -1
- package/lib/module/trust/v1.0.0/types.js +46 -46
- package/lib/module/trust/v1.0.0/types.js.map +1 -1
- package/lib/module/trust/v1.0.0/verify-chain.js +3 -3
- package/lib/module/trust/v1.0.0/verify-chain.js.map +1 -1
- package/lib/module/trust/v1.3.3/entities.js +1 -1
- package/lib/module/trust/v1.3.3/entities.js.map +1 -1
- package/lib/module/trust/v1.3.3/types.js +2 -2
- package/lib/module/trust/v1.3.3/types.js.map +1 -1
- package/lib/module/utils/auth.js +2 -2
- package/lib/module/utils/auth.js.map +1 -1
- package/lib/module/utils/callbacks.js +47 -51
- package/lib/module/utils/callbacks.js.map +1 -1
- package/lib/module/utils/credentials.js +3 -3
- package/lib/module/utils/credentials.js.map +1 -1
- package/lib/module/utils/crypto.js +23 -25
- package/lib/module/utils/crypto.js.map +1 -1
- package/lib/module/utils/decoder.js +3 -3
- package/lib/module/utils/decoder.js.map +1 -1
- package/lib/module/utils/dpop.js +5 -5
- package/lib/module/utils/dpop.js.map +1 -1
- package/lib/module/utils/error-codes.js +19 -19
- package/lib/module/utils/error-codes.js.map +1 -1
- package/lib/module/utils/errors.js +47 -46
- package/lib/module/utils/errors.js.map +1 -1
- package/lib/module/utils/jwk.js +4 -5
- package/lib/module/utils/jwk.js.map +1 -1
- package/lib/module/utils/logging.js +15 -14
- package/lib/module/utils/logging.js.map +1 -1
- package/lib/module/utils/mappers.js +6 -8
- package/lib/module/utils/mappers.js.map +1 -1
- package/lib/module/utils/misc.js +7 -6
- package/lib/module/utils/misc.js.map +1 -1
- package/lib/module/utils/par.js +28 -28
- package/lib/module/utils/par.js.map +1 -1
- package/lib/module/utils/pop.js +5 -5
- package/lib/module/utils/pop.js.map +1 -1
- package/lib/module/utils/string.js.map +1 -1
- package/lib/module/utils/x509.js +2 -2
- package/lib/module/utils/x509.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/common/wallet-instance.js +6 -6
- package/lib/module/wallet-instance/common/wallet-instance.js.map +1 -1
- package/lib/module/wallet-instance/v1.0.0/index.js +3 -3
- package/lib/module/wallet-instance/v1.0.0/index.js.map +1 -1
- package/lib/module/wallet-instance/v1.3.3/index.js +3 -3
- package/lib/module/wallet-instance/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/api/types.js +7 -7
- package/lib/module/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/common/types.js +7 -7
- package/lib/module/wallet-instance-attestation/common/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js +2 -2
- 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 +15 -15
- 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 +2 -2
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/types.js +5 -5
- package/lib/module/wallet-instance-attestation/v1.0.0/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/utils.js +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/utils.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js +2 -2
- 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 +20 -20
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- 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 +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/module/wallet-unit-attestation/api/types.js +5 -5
- package/lib/module/wallet-unit-attestation/api/types.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js +4 -4
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js +32 -29
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/typescript/IoWallet.d.ts +4 -4
- package/lib/typescript/IoWallet.d.ts.map +1 -1
- package/lib/typescript/api/index.d.ts +14 -14
- package/lib/typescript/api/index.d.ts.map +1 -1
- package/lib/typescript/client/generated/wallet-provider.d.ts +33 -0
- package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
- package/lib/typescript/client/index.d.ts +2 -2
- package/lib/typescript/client/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/02-start-user-authorization.d.ts +8 -8
- package/lib/typescript/credential/issuance/api/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/03-complete-user-authorization.d.ts +30 -30
- package/lib/typescript/credential/issuance/api/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/04-authorize-access.d.ts +2 -2
- package/lib/typescript/credential/issuance/api/04-authorize-access.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts +5 -5
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/06-verify-and-parse-credential.d.ts +1 -1
- package/lib/typescript/credential/issuance/api/06-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts +52 -52
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/index.d.ts +2 -2
- package/lib/typescript/credential/issuance/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/mrtd-pop/index.d.ts +30 -30
- package/lib/typescript/credential/issuance/api/mrtd-pop/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/mrtd-pop/types.d.ts +25 -25
- package/lib/typescript/credential/issuance/api/mrtd-pop/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/types.d.ts +8 -11
- package/lib/typescript/credential/issuance/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts +2 -2
- package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.sdjwt.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/errors.d.ts +0 -1
- package/lib/typescript/credential/issuance/common/errors.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/02-init-challenge.d.ts +2 -2
- package/lib/typescript/credential/issuance/mrtd-pop/02-init-challenge.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/03-validate-challenge.d.ts +2 -2
- package/lib/typescript/credential/issuance/mrtd-pop/03-validate-challenge.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/01-evaluate-issuer-trust.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts +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/04-authorize-access.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/06-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts +130 -130
- 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.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/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts +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/04-authorize-access.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts +8 -8
- package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/06-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts +538 -59
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/offer/api/03-validate-credential-offer.d.ts +1 -1
- package/lib/typescript/credential/offer/api/03-validate-credential-offer.d.ts.map +1 -1
- package/lib/typescript/credential/offer/api/index.d.ts +1 -1
- package/lib/typescript/credential/offer/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/offer/common/errors.d.ts +0 -2
- package/lib/typescript/credential/offer/common/errors.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/01-resolve-credential-offer.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/02-extract-grant-details.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/03-validate-credential-offer.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/01-start-flow.d.ts +3 -3
- package/lib/typescript/credential/presentation/api/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/06-evaluate-dcql-query.d.ts +12 -12
- package/lib/typescript/credential/presentation/api/06-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/07-send-authorization-response.d.ts +17 -17
- package/lib/typescript/credential/presentation/api/07-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts +19 -19
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/index.d.ts +1 -1
- package/lib/typescript/credential/presentation/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/types.d.ts +72 -72
- package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/errors.d.ts +24 -24
- package/lib/typescript/credential/presentation/common/errors.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +5 -5
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/02-evaluate-rp-trust.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/03-get-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/05-verify-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts.map +1 -1
- 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 +51 -51
- 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 +10 -10
- 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 +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 +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/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/02-evaluate-rp-trust.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/03-get-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-certificate-chain.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/05-verify-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/06-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/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 +41 -41
- 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 +2 -2
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/index.d.ts +3 -3
- package/lib/typescript/credential/status/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/status-assertion.d.ts +3 -3
- package/lib/typescript/credential/status/api/status-assertion.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/status-list.d.ts +11 -11
- package/lib/typescript/credential/status/api/status-list.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/types.d.ts +12 -12
- package/lib/typescript/credential/status/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/01-status-assertion.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/02-verify-and-parse-status-assertion.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +7 -7
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/types.d.ts +27 -27
- package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/01-status-list.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/02-verify-and-parse-status-list.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/03-get-status.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/api/index.d.ts +11 -11
- package/lib/typescript/credential/trustmark/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/v1.0.0/get-credential-trustmark.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +168 -165
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/index.d.ts +11 -11
- package/lib/typescript/credentials-catalogue/api/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/common/get-status-l10n-ids.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +72 -71
- 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 +89 -89
- 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.map +1 -1
- 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 +158 -157
- 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 +186 -186
- 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 +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +12 -12
- 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 +2 -2
- package/lib/typescript/mdoc/utils.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/index.d.ts +10 -10
- package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/types.d.ts +15 -15
- package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/utils.d.ts +1 -1
- package/lib/typescript/sd-jwt/utils.d.ts.map +1 -1
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts +17 -17
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts.map +1 -1
- package/lib/typescript/trust/api/index.d.ts +11 -11
- package/lib/typescript/trust/api/index.d.ts.map +1 -1
- package/lib/typescript/trust/common/build-chain.d.ts +3 -3
- package/lib/typescript/trust/common/build-chain.d.ts.map +1 -1
- package/lib/typescript/trust/common/errors.d.ts +43 -43
- package/lib/typescript/trust/common/errors.d.ts.map +1 -1
- package/lib/typescript/trust/common/types.d.ts +37 -37
- package/lib/typescript/trust/common/types.d.ts.map +1 -1
- package/lib/typescript/trust/common/utils.d.ts +17 -17
- package/lib/typescript/trust/common/utils.d.ts.map +1 -1
- package/lib/typescript/trust/common/verify-chain.d.ts +9 -9
- package/lib/typescript/trust/common/verify-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/entities.d.ts +325 -325
- package/lib/typescript/trust/v1.0.0/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/mappers.d.ts +42 -42
- package/lib/typescript/trust/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/types.d.ts +331 -331
- package/lib/typescript/trust/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/verify-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/entities.d.ts +24 -24
- package/lib/typescript/trust/v1.3.3/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/types.d.ts +206 -206
- package/lib/typescript/trust/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/utils/auth.d.ts +1 -1
- package/lib/typescript/utils/callbacks.d.ts +1 -1
- package/lib/typescript/utils/callbacks.d.ts.map +1 -1
- package/lib/typescript/utils/credentials.d.ts.map +1 -1
- package/lib/typescript/utils/crypto.d.ts +1 -1
- package/lib/typescript/utils/crypto.d.ts.map +1 -1
- package/lib/typescript/utils/decoder.d.ts +1 -1
- package/lib/typescript/utils/decoder.d.ts.map +1 -1
- package/lib/typescript/utils/dpop.d.ts +3 -3
- package/lib/typescript/utils/dpop.d.ts.map +1 -1
- package/lib/typescript/utils/error-codes.d.ts +18 -18
- package/lib/typescript/utils/error-codes.d.ts.map +1 -1
- package/lib/typescript/utils/errors.d.ts +49 -51
- package/lib/typescript/utils/errors.d.ts.map +1 -1
- package/lib/typescript/utils/integrity.d.ts +9 -9
- package/lib/typescript/utils/integrity.d.ts.map +1 -1
- package/lib/typescript/utils/jwk.d.ts +3 -3
- package/lib/typescript/utils/jwk.d.ts.map +1 -1
- package/lib/typescript/utils/logging.d.ts +10 -10
- package/lib/typescript/utils/logging.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/par.d.ts +13 -13
- package/lib/typescript/utils/par.d.ts.map +1 -1
- package/lib/typescript/utils/parser.d.ts +2 -2
- package/lib/typescript/utils/parser.d.ts.map +1 -1
- package/lib/typescript/utils/pop.d.ts +2 -2
- package/lib/typescript/utils/pop.d.ts.map +1 -1
- package/lib/typescript/utils/string.d.ts.map +1 -1
- package/lib/typescript/utils/x509.d.ts.map +1 -1
- package/lib/typescript/utils/zod.d.ts +5 -5
- package/lib/typescript/utils/zod.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/api/index.d.ts +19 -19
- package/lib/typescript/wallet-instance/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/common/wallet-instance.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts +15 -15
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts +10 -10
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts +5 -5
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/index.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 +12 -12
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts +14 -14
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/utils.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 +10 -10
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts +5 -5
- 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.map +1 -1
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts +20 -20
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts +10 -10
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts +11 -11
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts +7 -7
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts.map +1 -1
- package/package.json +15 -12
- package/src/IoWallet.ts +11 -9
- package/src/api/index.ts +27 -27
- package/src/client/generated/wallet-provider.ts +22 -0
- package/src/client/index.ts +14 -13
- package/src/credential/issuance/api/01-evaluate-issuer-trust.ts +1 -1
- package/src/credential/issuance/api/02-start-user-authorization.ts +9 -8
- package/src/credential/issuance/api/03-complete-user-authorization.ts +41 -40
- package/src/credential/issuance/api/04-authorize-access.ts +4 -3
- package/src/credential/issuance/api/05-obtain-credential.ts +8 -7
- package/src/credential/issuance/api/06-verify-and-parse-credential.ts +3 -2
- package/src/credential/issuance/api/IssuerConfig.ts +20 -19
- package/src/credential/issuance/api/index.ts +4 -4
- package/src/credential/issuance/api/mrtd-pop/index.ts +39 -38
- package/src/credential/issuance/api/mrtd-pop/types.ts +27 -27
- package/src/credential/issuance/api/types.ts +9 -8
- package/src/credential/issuance/common/02-start-user-authorization.ts +20 -14
- package/src/credential/issuance/common/06-verify-and-parse-credential.mdoc.ts +39 -34
- package/src/credential/issuance/common/06-verify-and-parse-credential.sdjwt.ts +32 -29
- package/src/credential/issuance/common/errors.ts +0 -4
- package/src/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.ts +7 -5
- package/src/credential/issuance/mrtd-pop/02-init-challenge.ts +22 -20
- package/src/credential/issuance/mrtd-pop/03-validate-challenge.ts +24 -21
- package/src/credential/issuance/mrtd-pop/index.ts +7 -6
- package/src/credential/issuance/v1.0.0/01-evaluate-issuer-trust.ts +3 -2
- package/src/credential/issuance/v1.0.0/02-start-user-authorization.ts +15 -14
- package/src/credential/issuance/v1.0.0/03-complete-user-authorization.ts +45 -43
- package/src/credential/issuance/v1.0.0/04-authorize-access.ts +17 -15
- package/src/credential/issuance/v1.0.0/05-obtain-credential.ts +39 -22
- package/src/credential/issuance/v1.0.0/06-verify-and-parse-credential.ts +5 -4
- package/src/credential/issuance/v1.0.0/index.ts +11 -10
- package/src/credential/issuance/v1.0.0/mappers.ts +12 -11
- package/src/credential/issuance/v1.0.0/types.ts +2 -1
- package/src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts +8 -6
- package/src/credential/issuance/v1.3.3/02-start-user-authorization.ts +33 -30
- package/src/credential/issuance/v1.3.3/03-complete-user-authorization.ts +54 -51
- package/src/credential/issuance/v1.3.3/04-authorize-access.ts +20 -18
- package/src/credential/issuance/v1.3.3/05-obtain-credential.ts +49 -43
- package/src/credential/issuance/v1.3.3/06-verify-and-parse-credential.ts +5 -4
- package/src/credential/issuance/v1.3.3/index.ts +11 -10
- package/src/credential/issuance/v1.3.3/mappers.ts +28 -25
- package/src/credential/offer/api/01-resolve-credential-offer.ts +1 -1
- package/src/credential/offer/api/03-validate-credential-offer.ts +2 -1
- package/src/credential/offer/api/index.ts +2 -2
- package/src/credential/offer/common/errors.ts +0 -8
- package/src/credential/offer/v1.0.0/index.ts +5 -4
- package/src/credential/offer/v1.3.3/01-resolve-credential-offer.ts +5 -3
- package/src/credential/offer/v1.3.3/02-extract-grant-details.ts +6 -4
- package/src/credential/offer/v1.3.3/03-validate-credential-offer.ts +6 -4
- package/src/credential/offer/v1.3.3/index.ts +2 -1
- package/src/credential/presentation/api/01-start-flow.ts +4 -4
- package/src/credential/presentation/api/02-evaluate-rp-trust.ts +1 -1
- package/src/credential/presentation/api/03-get-request-object.ts +1 -1
- package/src/credential/presentation/api/04-verify-certificate-chain.ts +1 -1
- package/src/credential/presentation/api/05-verify-request-object.ts +1 -1
- package/src/credential/presentation/api/06-evaluate-dcql-query.ts +14 -14
- package/src/credential/presentation/api/07-send-authorization-response.ts +21 -19
- package/src/credential/presentation/api/RelyingPartyConfig.ts +8 -7
- package/src/credential/presentation/api/index.ts +4 -4
- package/src/credential/presentation/api/types.ts +68 -66
- package/src/credential/presentation/common/errors.ts +32 -35
- package/src/credential/presentation/common/utils/dcql.ts +34 -30
- package/src/credential/presentation/common/utils/http.ts +2 -2
- package/src/credential/presentation/common/utils/mdoc.ts +17 -15
- package/src/credential/presentation/common/utils/sd-jwt.ts +19 -16
- package/src/credential/presentation/v1.0.0/01-start-flow.ts +4 -3
- package/src/credential/presentation/v1.0.0/02-evaluate-rp-trust.ts +3 -2
- package/src/credential/presentation/v1.0.0/03-get-request-object.ts +6 -5
- package/src/credential/presentation/v1.0.0/05-verify-request-object.ts +14 -12
- package/src/credential/presentation/v1.0.0/06-evaluate-dcql-query.ts +26 -15
- package/src/credential/presentation/v1.0.0/07-send-authorization-response.ts +23 -21
- package/src/credential/presentation/v1.0.0/index.ts +6 -5
- package/src/credential/presentation/v1.0.0/mappers.ts +9 -8
- package/src/credential/presentation/v1.0.0/types.ts +11 -10
- package/src/credential/presentation/v1.0.0/utils.jwks.ts +4 -3
- package/src/credential/presentation/v1.0.0/utils.ts +4 -3
- package/src/credential/presentation/v1.3.3/01-start-flow.ts +5 -3
- package/src/credential/presentation/v1.3.3/02-evaluate-rp-trust.ts +3 -2
- package/src/credential/presentation/v1.3.3/03-get-request-object.ts +4 -2
- package/src/credential/presentation/v1.3.3/04-verify-certificate-chain.ts +9 -7
- package/src/credential/presentation/v1.3.3/05-verify-request-object.ts +24 -14
- package/src/credential/presentation/v1.3.3/06-evaluate-dcql-query.ts +37 -23
- package/src/credential/presentation/v1.3.3/07-send-authorization-response.ts +40 -32
- package/src/credential/presentation/v1.3.3/index.ts +7 -6
- package/src/credential/presentation/v1.3.3/mappers.ts +13 -12
- package/src/credential/presentation/v1.3.3/sdkErrorMapper.ts +9 -7
- package/src/credential/presentation/v1.3.3/types.ts +3 -3
- package/src/credential/status/api/index.ts +4 -4
- package/src/credential/status/api/status-assertion.ts +7 -6
- package/src/credential/status/api/status-list.ts +17 -17
- package/src/credential/status/api/types.ts +12 -11
- package/src/credential/status/v1.0.0/01-status-assertion.ts +22 -16
- package/src/credential/status/v1.0.0/02-verify-and-parse-status-assertion.ts +27 -17
- package/src/credential/status/v1.0.0/index.ts +2 -1
- package/src/credential/status/v1.0.0/mappers.ts +2 -1
- package/src/credential/status/v1.0.0/types.ts +17 -16
- package/src/credential/status/v1.3.3/01-status-list.ts +9 -7
- package/src/credential/status/v1.3.3/02-verify-and-parse-status-list.ts +3 -1
- package/src/credential/status/v1.3.3/03-get-status.ts +6 -4
- package/src/credential/status/v1.3.3/index.ts +3 -2
- package/src/credential/trustmark/api/index.ts +11 -11
- package/src/credential/trustmark/v1.0.0/get-credential-trustmark.ts +14 -13
- package/src/credential/trustmark/v1.0.0/index.ts +2 -1
- package/src/credential/trustmark/v1.3.3/index.ts +2 -1
- package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +48 -47
- package/src/credentials-catalogue/api/index.ts +14 -12
- package/src/credentials-catalogue/common/get-status-l10n-ids.ts +4 -4
- package/src/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.ts +7 -6
- package/src/credentials-catalogue/v1.0.0/index.ts +2 -1
- package/src/credentials-catalogue/v1.0.0/mappers.ts +2 -3
- package/src/credentials-catalogue/v1.0.0/types.ts +32 -31
- package/src/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.ts +14 -14
- package/src/credentials-catalogue/v1.3.3/fetch-translations.ts +4 -3
- package/src/credentials-catalogue/v1.3.3/index.ts +2 -1
- package/src/credentials-catalogue/v1.3.3/mappers.ts +34 -27
- package/src/credentials-catalogue/v1.3.3/types.ts +82 -81
- package/src/credentials-catalogue/v1.3.3/utils.ts +14 -12
- package/src/index.ts +23 -23
- package/src/mdoc/index.ts +26 -11
- package/src/mdoc/utils.ts +6 -4
- package/src/sd-jwt/__test__/types.test.ts +6 -6
- package/src/sd-jwt/__test__/utils.test.ts +2 -2
- package/src/sd-jwt/index.ts +10 -8
- package/src/sd-jwt/types.ts +14 -13
- package/src/sd-jwt/utils.ts +10 -9
- package/src/trust/api/TrustAnchorConfig.ts +3 -2
- package/src/trust/api/index.ts +19 -16
- package/src/trust/common/build-chain.ts +28 -18
- package/src/trust/common/errors.ts +58 -50
- package/src/trust/common/types.ts +22 -21
- package/src/trust/common/utils.ts +65 -64
- package/src/trust/common/verify-chain.ts +140 -138
- package/src/trust/v1.0.0/build-chain.ts +1 -1
- package/src/trust/v1.0.0/entities.ts +18 -16
- package/src/trust/v1.0.0/index.ts +5 -4
- package/src/trust/v1.0.0/mappers.ts +3 -2
- package/src/trust/v1.0.0/types.ts +43 -42
- package/src/trust/v1.0.0/verify-chain.ts +3 -2
- package/src/trust/v1.3.3/entities.ts +6 -4
- package/src/trust/v1.3.3/types.ts +10 -9
- package/src/utils/auth.ts +1 -1
- package/src/utils/callbacks.ts +38 -38
- package/src/utils/credentials.ts +7 -5
- package/src/utils/crypto.ts +36 -36
- package/src/utils/decoder.ts +7 -5
- package/src/utils/dpop.ts +5 -6
- package/src/utils/error-codes.ts +20 -20
- package/src/utils/errors.ts +89 -87
- package/src/utils/integrity.ts +11 -11
- package/src/utils/jwk.ts +4 -4
- package/src/utils/logging.ts +21 -20
- package/src/utils/mappers.ts +14 -11
- package/src/utils/misc.ts +15 -12
- package/src/utils/par.ts +30 -29
- package/src/utils/parser.ts +4 -4
- package/src/utils/pop.ts +4 -5
- package/src/utils/string.ts +2 -2
- package/src/utils/x509.ts +5 -4
- package/src/utils/zod.ts +4 -4
- package/src/wallet-instance/api/index.ts +24 -24
- package/src/wallet-instance/common/wallet-instance.ts +8 -7
- package/src/wallet-instance/v1.0.0/index.ts +5 -4
- package/src/wallet-instance/v1.3.3/index.ts +5 -4
- package/src/wallet-instance-attestation/api/index.ts +18 -17
- package/src/wallet-instance-attestation/api/types.ts +12 -11
- package/src/wallet-instance-attestation/common/types.ts +7 -6
- package/src/wallet-instance-attestation/v1.0.0/index.ts +3 -2
- package/src/wallet-instance-attestation/v1.0.0/issuing.ts +22 -20
- package/src/wallet-instance-attestation/v1.0.0/mappers.ts +2 -2
- package/src/wallet-instance-attestation/v1.0.0/types.ts +10 -9
- package/src/wallet-instance-attestation/v1.0.0/utils.ts +3 -2
- package/src/wallet-instance-attestation/v1.3.3/index.ts +4 -3
- package/src/wallet-instance-attestation/v1.3.3/issuing.ts +25 -23
- package/src/wallet-instance-attestation/v1.3.3/types.ts +3 -2
- package/src/wallet-instance-attestation/v1.3.3/utils.ts +3 -2
- package/src/wallet-unit-attestation/api/index.ts +23 -23
- package/src/wallet-unit-attestation/api/types.ts +11 -10
- package/src/wallet-unit-attestation/v1.3.3/index.ts +6 -5
- package/src/wallet-unit-attestation/v1.3.3/issuing.ts +42 -34
- package/src/wallet-unit-attestation/v1.3.3/types.ts +3 -2
- package/src/wallet-unit-attestation/v1.3.3/utils.ts +1 -0
|
@@ -1,35 +1,15 @@
|
|
|
1
1
|
import { type FetchOptions } from "../common/utils";
|
|
2
2
|
export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
3
3
|
header: {
|
|
4
|
-
typ: "entity-statement+jwt";
|
|
5
4
|
alg: string;
|
|
6
5
|
kid: string;
|
|
6
|
+
typ: "entity-statement+jwt";
|
|
7
7
|
};
|
|
8
8
|
payload: {
|
|
9
9
|
[x: string]: unknown;
|
|
10
|
-
iss: string;
|
|
11
|
-
sub: string;
|
|
12
|
-
iat: number;
|
|
13
10
|
exp: number;
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
};
|
|
11
|
+
iat: number;
|
|
12
|
+
iss: string;
|
|
33
13
|
jwks: {
|
|
34
14
|
keys: {
|
|
35
15
|
kty: "RSA" | "EC";
|
|
@@ -49,13 +29,33 @@ export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: strin
|
|
|
49
29
|
qi?: string | undefined;
|
|
50
30
|
use?: string | undefined;
|
|
51
31
|
x?: string | undefined;
|
|
52
|
-
y?: string | undefined;
|
|
53
32
|
x5c?: string[] | undefined;
|
|
54
33
|
x5t?: string | undefined;
|
|
55
34
|
"x5t#S256"?: string | undefined;
|
|
56
35
|
x5u?: string | undefined;
|
|
36
|
+
y?: string | undefined;
|
|
57
37
|
}[];
|
|
58
38
|
};
|
|
39
|
+
metadata: {
|
|
40
|
+
[x: string]: unknown;
|
|
41
|
+
federation_entity: {
|
|
42
|
+
[x: string]: unknown;
|
|
43
|
+
contacts?: string[] | undefined;
|
|
44
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
45
|
+
federation_fetch_endpoint?: string | undefined;
|
|
46
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
47
|
+
federation_list_endpoint?: string | undefined;
|
|
48
|
+
federation_resolve_endpoint?: string | undefined;
|
|
49
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
50
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
51
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
52
|
+
homepage_uri?: string | undefined;
|
|
53
|
+
logo_uri?: string | undefined;
|
|
54
|
+
organization_name?: string | undefined;
|
|
55
|
+
policy_uri?: string | undefined;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
sub: string;
|
|
59
59
|
authority_hints?: string[] | undefined;
|
|
60
60
|
};
|
|
61
61
|
} & {
|
|
@@ -63,10 +63,7 @@ export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: strin
|
|
|
63
63
|
metadata: {
|
|
64
64
|
wallet_provider: {
|
|
65
65
|
[x: string]: unknown;
|
|
66
|
-
token_endpoint: string;
|
|
67
66
|
grant_types_supported: string[];
|
|
68
|
-
token_endpoint_auth_methods_supported: string[];
|
|
69
|
-
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
70
67
|
jwks: {
|
|
71
68
|
keys: {
|
|
72
69
|
kty: "RSA" | "EC";
|
|
@@ -86,13 +83,16 @@ export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: strin
|
|
|
86
83
|
qi?: string | undefined;
|
|
87
84
|
use?: string | undefined;
|
|
88
85
|
x?: string | undefined;
|
|
89
|
-
y?: string | undefined;
|
|
90
86
|
x5c?: string[] | undefined;
|
|
91
87
|
x5t?: string | undefined;
|
|
92
88
|
"x5t#S256"?: string | undefined;
|
|
93
89
|
x5u?: string | undefined;
|
|
90
|
+
y?: string | undefined;
|
|
94
91
|
}[];
|
|
95
92
|
};
|
|
93
|
+
token_endpoint: string;
|
|
94
|
+
token_endpoint_auth_methods_supported: string[];
|
|
95
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
96
96
|
aal_values_supported?: string[] | undefined;
|
|
97
97
|
};
|
|
98
98
|
};
|
|
@@ -100,35 +100,15 @@ export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: strin
|
|
|
100
100
|
}>;
|
|
101
101
|
export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
102
102
|
header: {
|
|
103
|
-
typ: "entity-statement+jwt";
|
|
104
103
|
alg: string;
|
|
105
104
|
kid: string;
|
|
105
|
+
typ: "entity-statement+jwt";
|
|
106
106
|
};
|
|
107
107
|
payload: {
|
|
108
108
|
[x: string]: unknown;
|
|
109
|
-
iss: string;
|
|
110
|
-
sub: string;
|
|
111
|
-
iat: number;
|
|
112
109
|
exp: number;
|
|
113
|
-
|
|
114
|
-
|
|
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
|
-
};
|
|
110
|
+
iat: number;
|
|
111
|
+
iss: string;
|
|
132
112
|
jwks: {
|
|
133
113
|
keys: {
|
|
134
114
|
kty: "RSA" | "EC";
|
|
@@ -148,13 +128,33 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
148
128
|
qi?: string | undefined;
|
|
149
129
|
use?: string | undefined;
|
|
150
130
|
x?: string | undefined;
|
|
151
|
-
y?: string | undefined;
|
|
152
131
|
x5c?: string[] | undefined;
|
|
153
132
|
x5t?: string | undefined;
|
|
154
133
|
"x5t#S256"?: string | undefined;
|
|
155
134
|
x5u?: string | undefined;
|
|
135
|
+
y?: string | undefined;
|
|
156
136
|
}[];
|
|
157
137
|
};
|
|
138
|
+
metadata: {
|
|
139
|
+
[x: string]: unknown;
|
|
140
|
+
federation_entity: {
|
|
141
|
+
[x: string]: unknown;
|
|
142
|
+
contacts?: string[] | undefined;
|
|
143
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
144
|
+
federation_fetch_endpoint?: string | undefined;
|
|
145
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
146
|
+
federation_list_endpoint?: string | undefined;
|
|
147
|
+
federation_resolve_endpoint?: string | undefined;
|
|
148
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
149
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
150
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
151
|
+
homepage_uri?: string | undefined;
|
|
152
|
+
logo_uri?: string | undefined;
|
|
153
|
+
organization_name?: string | undefined;
|
|
154
|
+
policy_uri?: string | undefined;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
sub: string;
|
|
158
158
|
authority_hints?: string[] | undefined;
|
|
159
159
|
};
|
|
160
160
|
} & {
|
|
@@ -178,53 +178,21 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
178
178
|
qi?: string | undefined;
|
|
179
179
|
use?: string | undefined;
|
|
180
180
|
x?: string | undefined;
|
|
181
|
-
y?: string | undefined;
|
|
182
181
|
x5c?: string[] | undefined;
|
|
183
182
|
x5t?: string | undefined;
|
|
184
183
|
"x5t#S256"?: string | undefined;
|
|
185
184
|
x5u?: string | undefined;
|
|
185
|
+
y?: string | undefined;
|
|
186
186
|
}[];
|
|
187
187
|
};
|
|
188
188
|
metadata: {
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
locale: string;
|
|
197
|
-
}[];
|
|
198
|
-
credential_configurations_supported: Record<string, ({
|
|
199
|
-
format: "dc+sd-jwt";
|
|
200
|
-
vct: string;
|
|
201
|
-
} | {
|
|
202
|
-
format: "mso_mdoc";
|
|
203
|
-
doctype: string;
|
|
204
|
-
}) & {
|
|
205
|
-
scope: string;
|
|
206
|
-
display: {
|
|
207
|
-
name: string;
|
|
208
|
-
locale: string;
|
|
209
|
-
}[];
|
|
210
|
-
claims: {
|
|
211
|
-
path: (string | number | null)[];
|
|
212
|
-
display: {
|
|
213
|
-
name: string;
|
|
214
|
-
locale: string;
|
|
215
|
-
}[];
|
|
216
|
-
}[];
|
|
217
|
-
cryptographic_binding_methods_supported: string[];
|
|
218
|
-
credential_signing_alg_values_supported: string[];
|
|
219
|
-
authentic_source?: string | undefined;
|
|
220
|
-
issuance_errors_supported?: Record<string, {
|
|
221
|
-
display: {
|
|
222
|
-
title: string;
|
|
223
|
-
description: string;
|
|
224
|
-
locale: string;
|
|
225
|
-
}[];
|
|
226
|
-
}> | undefined;
|
|
227
|
-
}>;
|
|
189
|
+
oauth_authorization_server: {
|
|
190
|
+
acr_values_supported: string[];
|
|
191
|
+
authorization_endpoint: string;
|
|
192
|
+
client_registration_types_supported: string[];
|
|
193
|
+
code_challenge_methods_supported: string[];
|
|
194
|
+
grant_types_supported: string[];
|
|
195
|
+
issuer: string;
|
|
228
196
|
jwks: {
|
|
229
197
|
keys: {
|
|
230
198
|
kty: "RSA" | "EC";
|
|
@@ -244,26 +212,59 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
244
212
|
qi?: string | undefined;
|
|
245
213
|
use?: string | undefined;
|
|
246
214
|
x?: string | undefined;
|
|
247
|
-
y?: string | undefined;
|
|
248
215
|
x5c?: string[] | undefined;
|
|
249
216
|
x5t?: string | undefined;
|
|
250
217
|
"x5t#S256"?: string | undefined;
|
|
251
218
|
x5u?: string | undefined;
|
|
219
|
+
y?: string | undefined;
|
|
252
220
|
}[];
|
|
253
221
|
};
|
|
254
|
-
trust_frameworks_supported: string[];
|
|
255
|
-
evidence_supported: string[];
|
|
256
|
-
revocation_endpoint?: string | undefined;
|
|
257
|
-
};
|
|
258
|
-
oauth_authorization_server: {
|
|
259
|
-
authorization_endpoint: string;
|
|
260
222
|
pushed_authorization_request_endpoint: string;
|
|
223
|
+
request_object_signing_alg_values_supported: string[];
|
|
224
|
+
response_modes_supported: string[];
|
|
225
|
+
scopes_supported: string[];
|
|
261
226
|
token_endpoint: string;
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
227
|
+
token_endpoint_auth_methods_supported: string[];
|
|
228
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
229
|
+
};
|
|
230
|
+
openid_credential_issuer: {
|
|
231
|
+
credential_configurations_supported: Record<string, ({
|
|
232
|
+
format: "dc+sd-jwt";
|
|
233
|
+
vct: string;
|
|
234
|
+
} | {
|
|
235
|
+
doctype: string;
|
|
236
|
+
format: "mso_mdoc";
|
|
237
|
+
}) & {
|
|
238
|
+
claims: {
|
|
239
|
+
display: {
|
|
240
|
+
locale: string;
|
|
241
|
+
name: string;
|
|
242
|
+
}[];
|
|
243
|
+
path: (string | number | null)[];
|
|
244
|
+
}[];
|
|
245
|
+
credential_signing_alg_values_supported: string[];
|
|
246
|
+
cryptographic_binding_methods_supported: string[];
|
|
247
|
+
display: {
|
|
248
|
+
locale: string;
|
|
249
|
+
name: string;
|
|
250
|
+
}[];
|
|
251
|
+
scope: string;
|
|
252
|
+
authentic_source?: string | undefined;
|
|
253
|
+
issuance_errors_supported?: Record<string, {
|
|
254
|
+
display: {
|
|
255
|
+
description: string;
|
|
256
|
+
locale: string;
|
|
257
|
+
title: string;
|
|
258
|
+
}[];
|
|
259
|
+
}> | undefined;
|
|
260
|
+
}>;
|
|
261
|
+
credential_endpoint: string;
|
|
262
|
+
credential_issuer: string;
|
|
263
|
+
display: {
|
|
264
|
+
locale: string;
|
|
265
|
+
name: string;
|
|
266
|
+
}[];
|
|
267
|
+
evidence_supported: string[];
|
|
267
268
|
jwks: {
|
|
268
269
|
keys: {
|
|
269
270
|
kty: "RSA" | "EC";
|
|
@@ -283,18 +284,17 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
283
284
|
qi?: string | undefined;
|
|
284
285
|
use?: string | undefined;
|
|
285
286
|
x?: string | undefined;
|
|
286
|
-
y?: string | undefined;
|
|
287
287
|
x5c?: string[] | undefined;
|
|
288
288
|
x5t?: string | undefined;
|
|
289
289
|
"x5t#S256"?: string | undefined;
|
|
290
290
|
x5u?: string | undefined;
|
|
291
|
+
y?: string | undefined;
|
|
291
292
|
}[];
|
|
292
293
|
};
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
request_object_signing_alg_values_supported: string[];
|
|
294
|
+
nonce_endpoint: string;
|
|
295
|
+
status_attestation_endpoint: string;
|
|
296
|
+
trust_frameworks_supported: string[];
|
|
297
|
+
revocation_endpoint?: string | undefined;
|
|
298
298
|
};
|
|
299
299
|
openid_credential_verifier?: {
|
|
300
300
|
jwks: {
|
|
@@ -312,48 +312,28 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: str
|
|
|
312
312
|
}[];
|
|
313
313
|
};
|
|
314
314
|
application_type?: string | undefined;
|
|
315
|
+
authorization_encrypted_response_alg?: string | undefined;
|
|
316
|
+
authorization_encrypted_response_enc?: string | undefined;
|
|
317
|
+
authorization_signed_response_alg?: string | undefined;
|
|
315
318
|
client_id?: string | undefined;
|
|
316
319
|
client_name?: string | undefined;
|
|
317
320
|
contacts?: string[] | undefined;
|
|
318
321
|
request_uris?: string[] | undefined;
|
|
319
|
-
authorization_signed_response_alg?: string | undefined;
|
|
320
|
-
authorization_encrypted_response_alg?: string | undefined;
|
|
321
|
-
authorization_encrypted_response_enc?: string | undefined;
|
|
322
322
|
} | undefined;
|
|
323
323
|
};
|
|
324
324
|
};
|
|
325
325
|
}>;
|
|
326
326
|
export declare const getTrustAnchorEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
327
327
|
header: {
|
|
328
|
-
typ: "entity-statement+jwt";
|
|
329
328
|
alg: string;
|
|
330
329
|
kid: string;
|
|
330
|
+
typ: "entity-statement+jwt";
|
|
331
331
|
};
|
|
332
332
|
payload: {
|
|
333
333
|
[x: string]: unknown;
|
|
334
|
-
iss: string;
|
|
335
|
-
sub: string;
|
|
336
|
-
iat: number;
|
|
337
334
|
exp: number;
|
|
338
|
-
|
|
339
|
-
|
|
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
|
-
};
|
|
335
|
+
iat: number;
|
|
336
|
+
iss: string;
|
|
357
337
|
jwks: {
|
|
358
338
|
keys: {
|
|
359
339
|
kty: "RSA" | "EC";
|
|
@@ -373,47 +353,47 @@ export declare const getTrustAnchorEntityConfiguration: (entityBaseUrl: string,
|
|
|
373
353
|
qi?: string | undefined;
|
|
374
354
|
use?: string | undefined;
|
|
375
355
|
x?: string | undefined;
|
|
376
|
-
y?: string | undefined;
|
|
377
356
|
x5c?: string[] | undefined;
|
|
378
357
|
x5t?: string | undefined;
|
|
379
358
|
"x5t#S256"?: string | undefined;
|
|
380
359
|
x5u?: string | undefined;
|
|
360
|
+
y?: string | undefined;
|
|
381
361
|
}[];
|
|
382
362
|
};
|
|
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;
|
|
396
|
-
iat: number;
|
|
397
|
-
exp: number;
|
|
398
363
|
metadata: {
|
|
399
364
|
[x: string]: unknown;
|
|
400
365
|
federation_entity: {
|
|
401
366
|
[x: string]: unknown;
|
|
367
|
+
contacts?: string[] | undefined;
|
|
368
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
402
369
|
federation_fetch_endpoint?: string | undefined;
|
|
370
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
403
371
|
federation_list_endpoint?: string | undefined;
|
|
404
372
|
federation_resolve_endpoint?: string | undefined;
|
|
405
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
406
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
407
373
|
federation_trust_mark_endpoint?: string | undefined;
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
organization_name?: string | undefined;
|
|
374
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
375
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
411
376
|
homepage_uri?: string | undefined;
|
|
412
|
-
policy_uri?: string | undefined;
|
|
413
377
|
logo_uri?: string | undefined;
|
|
414
|
-
|
|
378
|
+
organization_name?: string | undefined;
|
|
379
|
+
policy_uri?: string | undefined;
|
|
415
380
|
};
|
|
416
381
|
};
|
|
382
|
+
sub: string;
|
|
383
|
+
authority_hints?: string[] | undefined;
|
|
384
|
+
};
|
|
385
|
+
}>;
|
|
386
|
+
export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
387
|
+
header: {
|
|
388
|
+
alg: string;
|
|
389
|
+
kid: string;
|
|
390
|
+
typ: "entity-statement+jwt";
|
|
391
|
+
};
|
|
392
|
+
payload: {
|
|
393
|
+
[x: string]: unknown;
|
|
394
|
+
exp: number;
|
|
395
|
+
iat: number;
|
|
396
|
+
iss: string;
|
|
417
397
|
jwks: {
|
|
418
398
|
keys: {
|
|
419
399
|
kty: "RSA" | "EC";
|
|
@@ -433,13 +413,33 @@ export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: string,
|
|
|
433
413
|
qi?: string | undefined;
|
|
434
414
|
use?: string | undefined;
|
|
435
415
|
x?: string | undefined;
|
|
436
|
-
y?: string | undefined;
|
|
437
416
|
x5c?: string[] | undefined;
|
|
438
417
|
x5t?: string | undefined;
|
|
439
418
|
"x5t#S256"?: string | undefined;
|
|
440
419
|
x5u?: string | undefined;
|
|
420
|
+
y?: string | undefined;
|
|
441
421
|
}[];
|
|
442
422
|
};
|
|
423
|
+
metadata: {
|
|
424
|
+
[x: string]: unknown;
|
|
425
|
+
federation_entity: {
|
|
426
|
+
[x: string]: unknown;
|
|
427
|
+
contacts?: string[] | undefined;
|
|
428
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
429
|
+
federation_fetch_endpoint?: string | undefined;
|
|
430
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
431
|
+
federation_list_endpoint?: string | undefined;
|
|
432
|
+
federation_resolve_endpoint?: string | undefined;
|
|
433
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
434
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
435
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
436
|
+
homepage_uri?: string | undefined;
|
|
437
|
+
logo_uri?: string | undefined;
|
|
438
|
+
organization_name?: string | undefined;
|
|
439
|
+
policy_uri?: string | undefined;
|
|
440
|
+
};
|
|
441
|
+
};
|
|
442
|
+
sub: string;
|
|
443
443
|
authority_hints?: string[] | undefined;
|
|
444
444
|
};
|
|
445
445
|
} & {
|
|
@@ -461,48 +461,28 @@ export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: string,
|
|
|
461
461
|
}[];
|
|
462
462
|
};
|
|
463
463
|
application_type?: string | undefined;
|
|
464
|
+
authorization_encrypted_response_alg?: string | undefined;
|
|
465
|
+
authorization_encrypted_response_enc?: string | undefined;
|
|
466
|
+
authorization_signed_response_alg?: string | undefined;
|
|
464
467
|
client_id?: string | undefined;
|
|
465
468
|
client_name?: string | undefined;
|
|
466
469
|
contacts?: string[] | undefined;
|
|
467
470
|
request_uris?: string[] | undefined;
|
|
468
|
-
authorization_signed_response_alg?: string | undefined;
|
|
469
|
-
authorization_encrypted_response_alg?: string | undefined;
|
|
470
|
-
authorization_encrypted_response_enc?: string | undefined;
|
|
471
471
|
};
|
|
472
472
|
};
|
|
473
473
|
};
|
|
474
474
|
}>;
|
|
475
475
|
export declare const getEntityConfiguration: (entityBaseUrl: string, options?: FetchOptions) => Promise<{
|
|
476
476
|
header: {
|
|
477
|
-
typ: "entity-statement+jwt";
|
|
478
477
|
alg: string;
|
|
479
478
|
kid: string;
|
|
479
|
+
typ: "entity-statement+jwt";
|
|
480
480
|
};
|
|
481
481
|
payload: {
|
|
482
482
|
[x: string]: unknown;
|
|
483
|
-
iss: string;
|
|
484
|
-
sub: string;
|
|
485
|
-
iat: number;
|
|
486
483
|
exp: number;
|
|
487
|
-
|
|
488
|
-
|
|
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
|
-
};
|
|
484
|
+
iat: number;
|
|
485
|
+
iss: string;
|
|
506
486
|
jwks: {
|
|
507
487
|
keys: {
|
|
508
488
|
kty: "RSA" | "EC";
|
|
@@ -522,46 +502,46 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
522
502
|
qi?: string | undefined;
|
|
523
503
|
use?: string | undefined;
|
|
524
504
|
x?: string | undefined;
|
|
525
|
-
y?: string | undefined;
|
|
526
505
|
x5c?: string[] | undefined;
|
|
527
506
|
x5t?: string | undefined;
|
|
528
507
|
"x5t#S256"?: string | undefined;
|
|
529
508
|
x5u?: string | undefined;
|
|
509
|
+
y?: string | undefined;
|
|
530
510
|
}[];
|
|
531
511
|
};
|
|
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;
|
|
544
|
-
iat: number;
|
|
545
|
-
exp: number;
|
|
546
512
|
metadata: {
|
|
547
513
|
[x: string]: unknown;
|
|
548
514
|
federation_entity: {
|
|
549
515
|
[x: string]: unknown;
|
|
516
|
+
contacts?: string[] | undefined;
|
|
517
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
550
518
|
federation_fetch_endpoint?: string | undefined;
|
|
519
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
551
520
|
federation_list_endpoint?: string | undefined;
|
|
552
521
|
federation_resolve_endpoint?: string | undefined;
|
|
553
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
554
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
555
522
|
federation_trust_mark_endpoint?: string | undefined;
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
organization_name?: string | undefined;
|
|
523
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
524
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
559
525
|
homepage_uri?: string | undefined;
|
|
560
|
-
policy_uri?: string | undefined;
|
|
561
526
|
logo_uri?: string | undefined;
|
|
562
|
-
|
|
527
|
+
organization_name?: string | undefined;
|
|
528
|
+
policy_uri?: string | undefined;
|
|
563
529
|
};
|
|
564
530
|
};
|
|
531
|
+
sub: string;
|
|
532
|
+
authority_hints?: string[] | undefined;
|
|
533
|
+
};
|
|
534
|
+
} | ({
|
|
535
|
+
header: {
|
|
536
|
+
alg: string;
|
|
537
|
+
kid: string;
|
|
538
|
+
typ: "entity-statement+jwt";
|
|
539
|
+
};
|
|
540
|
+
payload: {
|
|
541
|
+
[x: string]: unknown;
|
|
542
|
+
exp: number;
|
|
543
|
+
iat: number;
|
|
544
|
+
iss: string;
|
|
565
545
|
jwks: {
|
|
566
546
|
keys: {
|
|
567
547
|
kty: "RSA" | "EC";
|
|
@@ -581,13 +561,33 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
581
561
|
qi?: string | undefined;
|
|
582
562
|
use?: string | undefined;
|
|
583
563
|
x?: string | undefined;
|
|
584
|
-
y?: string | undefined;
|
|
585
564
|
x5c?: string[] | undefined;
|
|
586
565
|
x5t?: string | undefined;
|
|
587
566
|
"x5t#S256"?: string | undefined;
|
|
588
567
|
x5u?: string | undefined;
|
|
568
|
+
y?: string | undefined;
|
|
589
569
|
}[];
|
|
590
570
|
};
|
|
571
|
+
metadata: {
|
|
572
|
+
[x: string]: unknown;
|
|
573
|
+
federation_entity: {
|
|
574
|
+
[x: string]: unknown;
|
|
575
|
+
contacts?: string[] | undefined;
|
|
576
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
577
|
+
federation_fetch_endpoint?: string | undefined;
|
|
578
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
579
|
+
federation_list_endpoint?: string | undefined;
|
|
580
|
+
federation_resolve_endpoint?: string | undefined;
|
|
581
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
582
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
583
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
584
|
+
homepage_uri?: string | undefined;
|
|
585
|
+
logo_uri?: string | undefined;
|
|
586
|
+
organization_name?: string | undefined;
|
|
587
|
+
policy_uri?: string | undefined;
|
|
588
|
+
};
|
|
589
|
+
};
|
|
590
|
+
sub: string;
|
|
591
591
|
authority_hints?: string[] | undefined;
|
|
592
592
|
};
|
|
593
593
|
} & {
|
|
@@ -611,53 +611,21 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
611
611
|
qi?: string | undefined;
|
|
612
612
|
use?: string | undefined;
|
|
613
613
|
x?: string | undefined;
|
|
614
|
-
y?: string | undefined;
|
|
615
614
|
x5c?: string[] | undefined;
|
|
616
615
|
x5t?: string | undefined;
|
|
617
616
|
"x5t#S256"?: string | undefined;
|
|
618
617
|
x5u?: string | undefined;
|
|
618
|
+
y?: string | undefined;
|
|
619
619
|
}[];
|
|
620
620
|
};
|
|
621
621
|
metadata: {
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
locale: string;
|
|
630
|
-
}[];
|
|
631
|
-
credential_configurations_supported: Record<string, ({
|
|
632
|
-
format: "dc+sd-jwt";
|
|
633
|
-
vct: string;
|
|
634
|
-
} | {
|
|
635
|
-
format: "mso_mdoc";
|
|
636
|
-
doctype: string;
|
|
637
|
-
}) & {
|
|
638
|
-
scope: string;
|
|
639
|
-
display: {
|
|
640
|
-
name: string;
|
|
641
|
-
locale: string;
|
|
642
|
-
}[];
|
|
643
|
-
claims: {
|
|
644
|
-
path: (string | number | null)[];
|
|
645
|
-
display: {
|
|
646
|
-
name: string;
|
|
647
|
-
locale: string;
|
|
648
|
-
}[];
|
|
649
|
-
}[];
|
|
650
|
-
cryptographic_binding_methods_supported: string[];
|
|
651
|
-
credential_signing_alg_values_supported: string[];
|
|
652
|
-
authentic_source?: string | undefined;
|
|
653
|
-
issuance_errors_supported?: Record<string, {
|
|
654
|
-
display: {
|
|
655
|
-
title: string;
|
|
656
|
-
description: string;
|
|
657
|
-
locale: string;
|
|
658
|
-
}[];
|
|
659
|
-
}> | undefined;
|
|
660
|
-
}>;
|
|
622
|
+
oauth_authorization_server: {
|
|
623
|
+
acr_values_supported: string[];
|
|
624
|
+
authorization_endpoint: string;
|
|
625
|
+
client_registration_types_supported: string[];
|
|
626
|
+
code_challenge_methods_supported: string[];
|
|
627
|
+
grant_types_supported: string[];
|
|
628
|
+
issuer: string;
|
|
661
629
|
jwks: {
|
|
662
630
|
keys: {
|
|
663
631
|
kty: "RSA" | "EC";
|
|
@@ -677,26 +645,59 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
677
645
|
qi?: string | undefined;
|
|
678
646
|
use?: string | undefined;
|
|
679
647
|
x?: string | undefined;
|
|
680
|
-
y?: string | undefined;
|
|
681
648
|
x5c?: string[] | undefined;
|
|
682
649
|
x5t?: string | undefined;
|
|
683
650
|
"x5t#S256"?: string | undefined;
|
|
684
651
|
x5u?: string | undefined;
|
|
652
|
+
y?: string | undefined;
|
|
685
653
|
}[];
|
|
686
654
|
};
|
|
687
|
-
trust_frameworks_supported: string[];
|
|
688
|
-
evidence_supported: string[];
|
|
689
|
-
revocation_endpoint?: string | undefined;
|
|
690
|
-
};
|
|
691
|
-
oauth_authorization_server: {
|
|
692
|
-
authorization_endpoint: string;
|
|
693
655
|
pushed_authorization_request_endpoint: string;
|
|
656
|
+
request_object_signing_alg_values_supported: string[];
|
|
657
|
+
response_modes_supported: string[];
|
|
658
|
+
scopes_supported: string[];
|
|
694
659
|
token_endpoint: string;
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
660
|
+
token_endpoint_auth_methods_supported: string[];
|
|
661
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
662
|
+
};
|
|
663
|
+
openid_credential_issuer: {
|
|
664
|
+
credential_configurations_supported: Record<string, ({
|
|
665
|
+
format: "dc+sd-jwt";
|
|
666
|
+
vct: string;
|
|
667
|
+
} | {
|
|
668
|
+
doctype: string;
|
|
669
|
+
format: "mso_mdoc";
|
|
670
|
+
}) & {
|
|
671
|
+
claims: {
|
|
672
|
+
display: {
|
|
673
|
+
locale: string;
|
|
674
|
+
name: string;
|
|
675
|
+
}[];
|
|
676
|
+
path: (string | number | null)[];
|
|
677
|
+
}[];
|
|
678
|
+
credential_signing_alg_values_supported: string[];
|
|
679
|
+
cryptographic_binding_methods_supported: string[];
|
|
680
|
+
display: {
|
|
681
|
+
locale: string;
|
|
682
|
+
name: string;
|
|
683
|
+
}[];
|
|
684
|
+
scope: string;
|
|
685
|
+
authentic_source?: string | undefined;
|
|
686
|
+
issuance_errors_supported?: Record<string, {
|
|
687
|
+
display: {
|
|
688
|
+
description: string;
|
|
689
|
+
locale: string;
|
|
690
|
+
title: string;
|
|
691
|
+
}[];
|
|
692
|
+
}> | undefined;
|
|
693
|
+
}>;
|
|
694
|
+
credential_endpoint: string;
|
|
695
|
+
credential_issuer: string;
|
|
696
|
+
display: {
|
|
697
|
+
locale: string;
|
|
698
|
+
name: string;
|
|
699
|
+
}[];
|
|
700
|
+
evidence_supported: string[];
|
|
700
701
|
jwks: {
|
|
701
702
|
keys: {
|
|
702
703
|
kty: "RSA" | "EC";
|
|
@@ -716,18 +717,17 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
716
717
|
qi?: string | undefined;
|
|
717
718
|
use?: string | undefined;
|
|
718
719
|
x?: string | undefined;
|
|
719
|
-
y?: string | undefined;
|
|
720
720
|
x5c?: string[] | undefined;
|
|
721
721
|
x5t?: string | undefined;
|
|
722
722
|
"x5t#S256"?: string | undefined;
|
|
723
723
|
x5u?: string | undefined;
|
|
724
|
+
y?: string | undefined;
|
|
724
725
|
}[];
|
|
725
726
|
};
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
request_object_signing_alg_values_supported: string[];
|
|
727
|
+
nonce_endpoint: string;
|
|
728
|
+
status_attestation_endpoint: string;
|
|
729
|
+
trust_frameworks_supported: string[];
|
|
730
|
+
revocation_endpoint?: string | undefined;
|
|
731
731
|
};
|
|
732
732
|
openid_credential_verifier?: {
|
|
733
733
|
jwks: {
|
|
@@ -745,47 +745,27 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
745
745
|
}[];
|
|
746
746
|
};
|
|
747
747
|
application_type?: string | undefined;
|
|
748
|
+
authorization_encrypted_response_alg?: string | undefined;
|
|
749
|
+
authorization_encrypted_response_enc?: string | undefined;
|
|
750
|
+
authorization_signed_response_alg?: string | undefined;
|
|
748
751
|
client_id?: string | undefined;
|
|
749
752
|
client_name?: string | undefined;
|
|
750
753
|
contacts?: string[] | undefined;
|
|
751
754
|
request_uris?: string[] | undefined;
|
|
752
|
-
authorization_signed_response_alg?: string | undefined;
|
|
753
|
-
authorization_encrypted_response_alg?: string | undefined;
|
|
754
|
-
authorization_encrypted_response_enc?: string | undefined;
|
|
755
755
|
} | undefined;
|
|
756
756
|
};
|
|
757
757
|
};
|
|
758
758
|
}) | ({
|
|
759
759
|
header: {
|
|
760
|
-
typ: "entity-statement+jwt";
|
|
761
760
|
alg: string;
|
|
762
761
|
kid: string;
|
|
762
|
+
typ: "entity-statement+jwt";
|
|
763
763
|
};
|
|
764
764
|
payload: {
|
|
765
765
|
[x: string]: unknown;
|
|
766
|
-
iss: string;
|
|
767
|
-
sub: string;
|
|
768
|
-
iat: number;
|
|
769
766
|
exp: number;
|
|
770
|
-
|
|
771
|
-
|
|
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
|
-
};
|
|
767
|
+
iat: number;
|
|
768
|
+
iss: string;
|
|
789
769
|
jwks: {
|
|
790
770
|
keys: {
|
|
791
771
|
kty: "RSA" | "EC";
|
|
@@ -805,13 +785,33 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
805
785
|
qi?: string | undefined;
|
|
806
786
|
use?: string | undefined;
|
|
807
787
|
x?: string | undefined;
|
|
808
|
-
y?: string | undefined;
|
|
809
788
|
x5c?: string[] | undefined;
|
|
810
789
|
x5t?: string | undefined;
|
|
811
790
|
"x5t#S256"?: string | undefined;
|
|
812
791
|
x5u?: string | undefined;
|
|
792
|
+
y?: string | undefined;
|
|
813
793
|
}[];
|
|
814
794
|
};
|
|
795
|
+
metadata: {
|
|
796
|
+
[x: string]: unknown;
|
|
797
|
+
federation_entity: {
|
|
798
|
+
[x: string]: unknown;
|
|
799
|
+
contacts?: string[] | undefined;
|
|
800
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
801
|
+
federation_fetch_endpoint?: string | undefined;
|
|
802
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
803
|
+
federation_list_endpoint?: string | undefined;
|
|
804
|
+
federation_resolve_endpoint?: string | undefined;
|
|
805
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
806
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
807
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
808
|
+
homepage_uri?: string | undefined;
|
|
809
|
+
logo_uri?: string | undefined;
|
|
810
|
+
organization_name?: string | undefined;
|
|
811
|
+
policy_uri?: string | undefined;
|
|
812
|
+
};
|
|
813
|
+
};
|
|
814
|
+
sub: string;
|
|
815
815
|
authority_hints?: string[] | undefined;
|
|
816
816
|
};
|
|
817
817
|
} & {
|
|
@@ -833,47 +833,27 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
833
833
|
}[];
|
|
834
834
|
};
|
|
835
835
|
application_type?: string | undefined;
|
|
836
|
+
authorization_encrypted_response_alg?: string | undefined;
|
|
837
|
+
authorization_encrypted_response_enc?: string | undefined;
|
|
838
|
+
authorization_signed_response_alg?: string | undefined;
|
|
836
839
|
client_id?: string | undefined;
|
|
837
840
|
client_name?: string | undefined;
|
|
838
841
|
contacts?: string[] | undefined;
|
|
839
842
|
request_uris?: string[] | undefined;
|
|
840
|
-
authorization_signed_response_alg?: string | undefined;
|
|
841
|
-
authorization_encrypted_response_alg?: string | undefined;
|
|
842
|
-
authorization_encrypted_response_enc?: string | undefined;
|
|
843
843
|
};
|
|
844
844
|
};
|
|
845
845
|
};
|
|
846
846
|
}) | ({
|
|
847
847
|
header: {
|
|
848
|
-
typ: "entity-statement+jwt";
|
|
849
848
|
alg: string;
|
|
850
849
|
kid: string;
|
|
850
|
+
typ: "entity-statement+jwt";
|
|
851
851
|
};
|
|
852
852
|
payload: {
|
|
853
853
|
[x: string]: unknown;
|
|
854
|
-
iss: string;
|
|
855
|
-
sub: string;
|
|
856
|
-
iat: number;
|
|
857
854
|
exp: number;
|
|
858
|
-
|
|
859
|
-
|
|
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
|
-
};
|
|
855
|
+
iat: number;
|
|
856
|
+
iss: string;
|
|
877
857
|
jwks: {
|
|
878
858
|
keys: {
|
|
879
859
|
kty: "RSA" | "EC";
|
|
@@ -893,13 +873,33 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
893
873
|
qi?: string | undefined;
|
|
894
874
|
use?: string | undefined;
|
|
895
875
|
x?: string | undefined;
|
|
896
|
-
y?: string | undefined;
|
|
897
876
|
x5c?: string[] | undefined;
|
|
898
877
|
x5t?: string | undefined;
|
|
899
878
|
"x5t#S256"?: string | undefined;
|
|
900
879
|
x5u?: string | undefined;
|
|
880
|
+
y?: string | undefined;
|
|
901
881
|
}[];
|
|
902
882
|
};
|
|
883
|
+
metadata: {
|
|
884
|
+
[x: string]: unknown;
|
|
885
|
+
federation_entity: {
|
|
886
|
+
[x: string]: unknown;
|
|
887
|
+
contacts?: string[] | undefined;
|
|
888
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
889
|
+
federation_fetch_endpoint?: string | undefined;
|
|
890
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
891
|
+
federation_list_endpoint?: string | undefined;
|
|
892
|
+
federation_resolve_endpoint?: string | undefined;
|
|
893
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
894
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
895
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
896
|
+
homepage_uri?: string | undefined;
|
|
897
|
+
logo_uri?: string | undefined;
|
|
898
|
+
organization_name?: string | undefined;
|
|
899
|
+
policy_uri?: string | undefined;
|
|
900
|
+
};
|
|
901
|
+
};
|
|
902
|
+
sub: string;
|
|
903
903
|
authority_hints?: string[] | undefined;
|
|
904
904
|
};
|
|
905
905
|
} & {
|
|
@@ -907,10 +907,7 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
907
907
|
metadata: {
|
|
908
908
|
wallet_provider: {
|
|
909
909
|
[x: string]: unknown;
|
|
910
|
-
token_endpoint: string;
|
|
911
910
|
grant_types_supported: string[];
|
|
912
|
-
token_endpoint_auth_methods_supported: string[];
|
|
913
|
-
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
914
911
|
jwks: {
|
|
915
912
|
keys: {
|
|
916
913
|
kty: "RSA" | "EC";
|
|
@@ -930,13 +927,16 @@ export declare const getEntityConfiguration: (entityBaseUrl: string, options?: F
|
|
|
930
927
|
qi?: string | undefined;
|
|
931
928
|
use?: string | undefined;
|
|
932
929
|
x?: string | undefined;
|
|
933
|
-
y?: string | undefined;
|
|
934
930
|
x5c?: string[] | undefined;
|
|
935
931
|
x5t?: string | undefined;
|
|
936
932
|
"x5t#S256"?: string | undefined;
|
|
937
933
|
x5u?: string | undefined;
|
|
934
|
+
y?: string | undefined;
|
|
938
935
|
}[];
|
|
939
936
|
};
|
|
937
|
+
token_endpoint: string;
|
|
938
|
+
token_endpoint_auth_methods_supported: string[];
|
|
939
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
940
940
|
aal_values_supported?: string[] | undefined;
|
|
941
941
|
};
|
|
942
942
|
};
|