VerifyPasskeyAuthenticationParams

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

§Type

§
{
challengeId: string;
}
[src]