PasskeyAuthenticationVerifyParams

import type { PasskeyAuthenticationVerifyParams } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";

Request body for POST /passkeys/authentication/verify

type PasskeyAuthenticationVerifyParams = {
challenge_id: string;
}
;

§Type

§
{
challenge_id: string;
}
[src]