react-passkey-pro
Version:
🔐 The most comprehensive React library for WebAuthn passkey authentication. Drop-in components, TypeScript support, and zero dependencies. Secure, fast, and developer-friendly.
7 lines • 363 B
TypeScript
import type { PasskeyAuthenticationOptions, PasskeyAuthenticationResponse } from '../types';
export declare const usePasskeyAuthentication: () => {
authenticate: (options?: PasskeyAuthenticationOptions) => Promise<PasskeyAuthenticationResponse>;
isAuthenticating: boolean;
error: Error | null;
};
//# sourceMappingURL=usePasskeyAuthentication.d.ts.map