PasskeyAuthenticationOptionsResponse

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

Response from POST /passkeys/authentication/options

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

§Type

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