Skip to main content
type SubmitMfaEnrollmentOptions = {
  mfaMethod: MfaMethod;
  mfaCode: string;
  idempotencyKey?: string;
};
Request parameters for submitMfaEnrollment.

Properties

PropertyTypeDescription
mfaMethodMfaMethod-
mfaCodestringThe 6-digit MFA code from the authenticator app (TOTP) or from SMS.
idempotencyKey?stringOptional idempotency key for safe retries.