Skip to main content
type InitiateMfaVerificationOptions = {
  mfaMethod: MfaMethod;
  idempotencyKey?: string;
};
Request parameters for initiating MFA verification.

Properties

PropertyTypeDescription
mfaMethodMfaMethodThe MFA method to verify (“totp” or “sms”).
idempotencyKey?stringOptional idempotency key for safe retries.