@absolutejs/auth 0.40.0-beta.0 → 0.40.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -15215,6 +15215,12 @@ export { buildIssuerMetadata, createCredentialOffer, DEFAULT_VCI_ROUTE, exchange
15215
15215
  export type { CredentialConfiguration, CredentialIssueInput, CredentialIssueResult, CredentialNonceRecord, CredentialNonceStore, CredentialOffer, CredentialOfferStore, PreAuthExchangeResult, VciConfig } from './oidc/vci';
15216
15216
  export { createInMemoryCredentialNonceStore, createInMemoryCredentialOfferStore } from './oidc/inMemoryVciStores';
15217
15217
  export { vciRoutes } from './oidc/vciRoutes';
15218
+ export * from './vc/statusList';
15219
+ export { statusListRoutes, DEFAULT_STATUS_ROUTE } from './vc/statusListRoutes';
15220
+ export { buildHolderKeyBindingJwt, createPresentationRequest, parsePresentationToken, verifyPresentationResponse } from './vc/openid4vp';
15221
+ export type { CreatePresentationRequestInput, PresentationRequest, PresentationRequestStore, PresentationResponseInput, PresentationVerifyError, PresentationVerifyResult, VerifiedPresentation, Vp4Config } from './vc/openid4vp';
15222
+ export { createInMemoryPresentationRequestStore } from './vc/inMemoryVpStores';
15223
+ export { vpRoutes, DEFAULT_VP_ROUTE } from './vc/vpRoutes';
15218
15224
  export { createInMemoryScimTokenStore } from './scim/inMemoryScimTokenStore';
15219
15225
  export { createNeonScimTokenStore, createPostgresScimTokenStore, scimTokensTable } from './scim/postgresScimTokenStore';
15220
15226
  export * from './apikeys/config';