See
useVerifyMfaContextProperties
| Property | Type | Description |
|---|---|---|
onSuccess? | (mfaCode: string) => void | The function to call when verification is successful. |
onError? | (error: Error) => void | The function to call when verification errors. |
state | VerifyMfaState | The current state of the verification flow. |
dispatch | Dispatch<VerifyMfaAction> | The dispatch function to update the state. |