PasskeyAuthenticationVerifyParams
import type { PasskeyAuthenticationVerifyParams } from "https://esm.sh/@supabase/supabase-js@2.105.1/dist/index.d.mts";Request body for POST /passkeys/authentication/verify
type PasskeyAuthenticationVerifyParams = {
challenge_id: string;
credential: AuthenticationResponseJSON;
};§Type
§
{
[src]challenge_id: string;
credential: AuthenticationResponseJSON;
}