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

# LinkAuthFlowProps

Props for the LinkAuthFlow component.

## See

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

## Properties

| Property                        | Type                                                                                             | Description                                                                                                                               |
| ------------------------------- | ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="children" /> `children?` | (`props`: \{ `view`: `"list"` \| `"email"` \| `"sms"`; `Content`: `ReactNode`; }) => `ReactNode` | A render function for the children of the component. The render function provides the current view and the rendered content for the view. |
