See
useEnrollMfaContextProperties
| Property | Type | Description |
|---|---|---|
state | EnrollMfaState | The current state of the enrollment flow. |
dispatch | Dispatch<EnrollMfaAction> | The dispatch function to update the state. |
onEnrollSuccess? | () => void | The function to call when enrollment is successful. |