import type * as Vital from "../index.js"; export interface ProviderMfaRequest { /** The MFA method requested by the password provider to complete authentication. ℹ️ This enum is non-exhaustive. */ method: Vital.ProviderMfaRequestMethod; /** The MFA hint provided by the password provider, e.g., the redacted phone number. */ hint: string; }