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

# LinkAuthModalContentProps

Props for the link auth modal content.

## See

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

## Extends

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

## Properties

| Property                                        | Type                           | Description                                                    | Inherited from                                                                                                                                                                                                        |
| ----------------------------------------------- | ------------------------------ | -------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="onlinksuccess" /> `onLinkSuccess?`       | (`method`: `string`) => `void` | A function to call when an auth method is successfully linked. | -                                                                                                                                                                                                                     |
| <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)         |
