Type alias MFAVerifyWebauthnParamFields<T>

MFAVerifyWebauthnParamFields<T>: {
    webauthn: MFAVerifyWebauthnParamFieldsBase & MFAVerifyWebauthnCredentialParamFields<T>;
}

WebAuthn-specific fields for MFA verification. Supports both credential creation (registration) and request (authentication) flows.

Type Parameters

  • T extends "create" | "request" = "create" | "request"

    Type of WebAuthn operation: 'create' for registration, 'request' for authentication

Type declaration

  • webauthn: MFAVerifyWebauthnParamFieldsBase & MFAVerifyWebauthnCredentialParamFields<T>

Generated using TypeDoc