> ## 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.

# VerifyMfaFlowBackButtonProps

Props for the VerifyMfaFlowBackButton component.

## See

[VerifyMfaFlowBackButton](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/VerifyMfaFlowBackButton)

## Extends

* `ButtonHTMLAttributes`\<`HTMLButtonElement`>

## Properties

| Property                      | Type                                                                                         | Description                                                                                     |
| ----------------------------- | -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| <a id="step" /> `step?`       | [`VerifyMfaStep`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/VerifyMfaStep) | If set, will render the back button for this step of the flow, regardless of the context value. |
| <a id="size" /> `size?`       | [`ButtonSize`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/ButtonSize)       | The size of the button.                                                                         |
| <a id="variant" /> `variant?` | [`ButtonVariant`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/ButtonVariant) | The variant of the button.                                                                      |
