MFAEnrollWebauthnParams

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

Parameters for enrolling a WebAuthn factor. Creates an unverified WebAuthn factor that must be verified with a credential.

type MFAEnrollWebauthnParams = MFAEnrollParamsBase<"webauthn"> & MFAEnrollWebauthnFields;

§Type

§
MFAEnrollParamsBase<"webauthn"> & MFAEnrollWebauthnFields
[src]