/** * @wix/authentication - Wix Authentication SDK * * This package provides a type-safe interface for Wix member authentication * Currently supported environments: * - Velo * - Wix Hosted Headless */ export * from "./authentication.js"; export { AuthenticationError } from "./headless/errors.js"; export { IDP_CONNECTION_IDS } from "@wix/sdk-runtime/idp-connections"; export type { IdentityProvider } from "@wix/sdk-types"; export type * from "./types.js"; //# sourceMappingURL=index.d.ts.map