UNPKG

expo-passkey

Version:

Passkey authentication for Expo apps with Better Auth integration

10 lines 445 B
/** * @file Web/browser entry point for Expo Passkey client * @module expo-passkey/client/index.web */ // Export the web-only implementation export { expoPasskeyClient } from "./client/index.web"; export { ERROR_CODES, PasskeyError } from "./types/errors"; // Web utility re-exports export { isWebAuthnSupportedInBrowser, isPlatformAuthenticatorAvailable, WEB_ERROR_MESSAGES, } from "./client/utils/web"; //# sourceMappingURL=index.web.js.map