See
useVerifyMfaInlineContextProperties
| Property | Type | Description |
|---|---|---|
view | VerifyMfaInlineView | The current view of the inline MFA flow. |
goToVerify | () => void | A function to go to the verify view. |
goToContent | (direction?: VerifyMfaInlineDirection) => void | A function to go to the content view. Optionally specify animation direction. |
goBack | () => void | A function to go back to the previous view. |