ModuleSDK
Modules
getSetMFAThresholdAction

getSetMFAThresholdAction

Get the action to set the MFA threshold.

Usage

const action = getSetMFAThresholdAction({
  threshold: 2,
});

Parameters

threshold

  • Type: number

The new threshold for the MFA.

Returns

action

The action to set the MFA threshold.