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

# SignInDescriptionProps

The props for the SignInDescription component.

## See

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

## Extends

* `SignInTitleAndDescriptionProps`.`HTMLAttributes`\<`HTMLElement`>

## Properties

| Property                            | Type                                                                                   | Description                                                                                       | Inherited from                              |
| ----------------------------------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| <a id="as" /> `as?`                 | `ElementType`                                                                          | The element type to render the description as.                                                    | -                                           |
| <a id="authmethod" /> `authMethod?` | [`AuthMethod`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/AuthMethod) | The auth method to render the title for.                                                          | `SignInTitleAndDescriptionProps.authMethod` |
| <a id="step" /> `step?`             | `"verification"` \| `"credentials"`                                                    | If set, will render the title for this step of the sign in flow, regardless of the context value. | `SignInTitleAndDescriptionProps.step`       |
