MFAVerifyWebauthnParamFields
WebAuthn-specific fields for MFA verification. Supports both credential creation (registration) and request (authentication) flows.
type MFAVerifyWebauthnParamFields<T extends "create" | "request" = "create" | "request"> = {
webauthn: MFAVerifyWebauthnParamFieldsBase & MFAVerifyWebauthnCredentialParamFields<T>;
};