import { OpenId4VcCredentialHolderAttestationBinding, OpenId4VcCredentialHolderBinding, OpenId4VcCredentialHolderDidBinding, OpenId4VcCredentialHolderJwkBinding, VerifiedOpenId4VcCredentialHolderBinding } from "./CredentialHolderBinding.mjs"; import { OpenId4VciAuthorizationServerClientAuthenticationClientSecret, OpenId4VciAuthorizationServerConfig, OpenId4VciChainedAuthorizationServerConfig, OpenId4VciDirectAuthorizationServerConfig } from "./OpenId4VciAuthorizationServerConfig.mjs"; import { OpenId4VciCredentialFormatProfile } from "./OpenId4VciCredentialFormatProfile.mjs"; import { OpenId4VcJwtIssuer, OpenId4VcJwtIssuerDid, OpenId4VcJwtIssuerEncoded, OpenId4VcJwtIssuerJwk, OpenId4VcJwtIssuerJwkEncoded, OpenId4VcJwtIssuerX5c, OpenId4VcJwtIssuerX5cEncoded } from "./OpenId4VcJwtIssuer.mjs"; import { AccessTokenResponse, authorizationCodeGrantIdentifier as authorizationCodeGrantIdentifier$1, preAuthorizedCodeGrantIdentifier as preAuthorizedCodeGrantIdentifier$1 } from "@openid4vc/oauth2"; import { CredentialConfigurationSupported, CredentialConfigurationSupportedWithFormats, CredentialIssuerMetadata, CredentialIssuerMetadataDisplayEntry, CredentialOfferObject, CredentialOfferPreAuthorizedCodeGrantTxCode, CredentialRequest, CredentialRequestFormatSpecific, CredentialRequestWithFormats, DeferredCredentialRequest, IssuerMetadataResult, ParseCredentialRequestReturn } from "@openid4vc/openid4vci"; import { Openid4vpAuthorizationRequest, Openid4vpAuthorizationRequest as Openid4vpAuthorizationRequest$1, Openid4vpAuthorizationRequestDcApi, Openid4vpAuthorizationResponse, ResolvedOpenid4vpAuthorizationRequest } from "@openid4vc/openid4vp"; //#region src/shared/models/index.d.ts type OpenId4VciCredentialConfigurationSupportedWithFormats = CredentialConfigurationSupportedWithFormats; type OpenId4VciCredentialConfigurationSupported = CredentialConfigurationSupported; type OpenId4VciCredentialConfigurationsSupported = Record; type OpenId4VciCredentialConfigurationsSupportedWithFormats = Record; type OpenId4VciAccessTokenResponse = AccessTokenResponse; type OpenId4VciMetadata = IssuerMetadataResult; type OpenId4VciTxCode = CredentialOfferPreAuthorizedCodeGrantTxCode; type OpenId4VciCredentialIssuerMetadata = CredentialIssuerMetadata; type OpenId4VciParsedCredentialRequest = ParseCredentialRequestReturn; type OpenId4VciCredentialRequestFormatSpecific = CredentialRequestFormatSpecific; type OpenId4VciCredentialIssuerMetadataDisplay = CredentialIssuerMetadataDisplayEntry; type OpenId4VciCredentialRequest = CredentialRequest; type OpenId4VciCredentialRequestWithFormats = CredentialRequestWithFormats; type OpenId4VciDeferredCredentialRequest = DeferredCredentialRequest; type OpenId4VciCredentialOfferPayload = CredentialOfferObject; type OpenId4VpVerifiedAuthorizationRequest = ResolvedOpenid4vpAuthorizationRequest; type OpenId4VpAuthorizationRequestPayload = Openid4vpAuthorizationRequest | Openid4vpAuthorizationRequestDcApi; type OpenId4VpAuthorizationResponsePayload = Openid4vpAuthorizationResponse; //#endregion export { OpenId4VciAccessTokenResponse, OpenId4VciCredentialConfigurationSupported, OpenId4VciCredentialConfigurationSupportedWithFormats, OpenId4VciCredentialConfigurationsSupported, OpenId4VciCredentialConfigurationsSupportedWithFormats, OpenId4VciCredentialIssuerMetadata, OpenId4VciCredentialIssuerMetadataDisplay, OpenId4VciCredentialOfferPayload, OpenId4VciCredentialRequest, OpenId4VciCredentialRequestFormatSpecific, OpenId4VciCredentialRequestWithFormats, OpenId4VciDeferredCredentialRequest, OpenId4VciMetadata, OpenId4VciParsedCredentialRequest, OpenId4VciTxCode, OpenId4VpAuthorizationRequestPayload, OpenId4VpAuthorizationResponsePayload, OpenId4VpVerifiedAuthorizationRequest, type Openid4vpAuthorizationRequest$1 as Openid4vpAuthorizationRequest, authorizationCodeGrantIdentifier$1 as authorizationCodeGrantIdentifier, preAuthorizedCodeGrantIdentifier$1 as preAuthorizedCodeGrantIdentifier }; //# sourceMappingURL=index.d.mts.map