Update MFA Options
Node Card
Category: MFA Nodes
Type:
updateMfaOptionsTypical position: In the account settings or MFA management flow, after the user selects a method to update.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| NA | NA | NA | This node has no configurable properties. |
| Output / Code | Condition | Default message |
|---|---|---|
true | MFA options updated successfully | NA |
false | Update failed or unhandled error | NA |
Usage Notes
This node is designed for account management flows rather than the initial authentication path: use it to let authenticated users add a new MFA method or modify an existing one. Ensure the user is already authenticated (access token present in session) before routing to this node. Connect true to a confirmation page and false to an error path with retry capability.