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

Properties

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