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

Properties

PropertyTypeDescription
mfaMethodMfaMethod-
mfaCodestringThe 6-digit MFA code from the authenticator app.