PasskeyRegistrationOptionsResponse

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

Response from POST /passkeys/registration/options

type PasskeyRegistrationOptionsResponse = {
challenge_id: string;
expires_at: number;
}
;

§Type

§
{
challenge_id: string;
expires_at: number;
}
[src]