VerifyPasskeyAuthenticationParams
import type { VerifyPasskeyAuthenticationParams } from "https://esm.sh/@supabase/supabase-js@2.105.1/dist/index.d.mts";type VerifyPasskeyAuthenticationParams = {
challengeId: string;
credential: ServerCredentialResponse;
};§Type
§
{
[src]challengeId: string;
credential: ServerCredentialResponse;
}