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