payload-auth-plugin-fix
Version:
Authentication plugin for Payload CMS
10 lines • 363 B
TypeScript
import { AuthenticatorTransportFuture } from "@simplewebauthn/server";
export declare function authentication(passkey: {
backedUp: boolean;
counter: 0;
credentialId: string;
deviceType: string;
publicKey: Uint8Array;
transports: AuthenticatorTransportFuture[];
}, email: string): Promise<void>;
//# sourceMappingURL=authentication.d.ts.map