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

# LinkAuthFlowBackButtonProps

Props for the LinkAuthFlowBackButton component.

## See

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

## Extends

* `ButtonHTMLAttributes`\<`HTMLButtonElement`>

## Properties

| Property                      | Type                                                                                         | Description                                                                                     |
| ----------------------------- | -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| <a id="view" /> `view?`       | `"list"` \| `"email"` \| `"sms"`                                                             | If set, will render the back button for this view 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.                                                                      |
