AuthMFAChallengeWebauthnResponse

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

Response type for WebAuthn MFA challenge. Contains credential creation or request options from the server.

type AuthMFAChallengeWebauthnResponse = RequestResult<AuthMFAChallengeResponseBase<"webauthn"> & AuthMFAChallengeWebauthnResponseFields>;

§Type

§
RequestResult<AuthMFAChallengeResponseBase<"webauthn"> & AuthMFAChallengeWebauthnResponseFields>
[src]