> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# VerifyMfaInlineContextValue

The context value for the VerifyMfaInline component.

## See

[useVerifyMfaInlineContext](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Hooks/useVerifyMfaInlineContext)

## Properties

| Property                             | Type                                                                                                                                         | Description                                                                   |
| ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| <a id="view" /> `view`               | [`VerifyMfaInlineView`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/VerifyMfaInlineView)                                     | The current view of the inline MFA flow.                                      |
| <a id="gotoverify" /> `goToVerify`   | () => `void`                                                                                                                                 | A function to go to the verify view.                                          |
| <a id="gotocontent" /> `goToContent` | (`direction?`: [`VerifyMfaInlineDirection`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/VerifyMfaInlineDirection)) => `void` | A function to go to the content view. Optionally specify animation direction. |
| <a id="goback" /> `goBack`           | () => `void`                                                                                                                                 | A function to go back to the previous view.                                   |
