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

# SignInModalContentProps

Props for the sign in modal content.

## See

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

## Extends

* [`ModalContentProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/ModalContentProps)

## Properties

| Property                                        | Type            | Description                                             | Inherited from                                                                                                                                                                                                        |
| ----------------------------------------------- | --------------- | ------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="onsuccess" /> `onSuccess?`               | () => `void`    | A function to call when the sign-in flow is successful. | -                                                                                                                                                                                                                     |
| <a id="overlayclassname" /> `overlayClassName?` | `string`        | The class name to apply to the overlay.                 | [`ModalContentProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/ModalContentProps).[`overlayClassName`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/ModalContentProps#overlayclassname) |
| <a id="overlaystyle" /> `overlayStyle?`         | `CSSProperties` | The style to apply to the overlay.                      | [`ModalContentProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/ModalContentProps).[`overlayStyle`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/ModalContentProps#overlaystyle)         |
