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

# SignInBackButtonProps

A button to go back to the previous step of the sign-in flow.

## See

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

## Extends

* `HTMLAttributes`\<`HTMLButtonElement`>

## Properties

| Property                      | Type                                                                                         | Description                                                                                             |
| ----------------------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| <a id="step" /> `step?`       | `"verification"` \| `"credentials"`                                                          | If set, will render the back button for this step of the sign in 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.                                                                              |
