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

# LinkAuthFlowContextValue

The value of the link auth flow context.

## See

[useLinkAuthFlow](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Hooks/useLinkAuthFlow)

## Properties

| Property                             | Type                                                                                                         | Description                                                    |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------- |
| <a id="back" /> `back`               | () => `void`                                                                                                 | A function to call when the back button is clicked.            |
| <a id="direction" /> `direction?`    | `"left"` \| `"right"`                                                                                        | The direction of the flow transition.                          |
| <a id="link" /> `link`               | (`method`: [`AuthMethod`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/AuthMethod)) => `void` | A function to call when the user links an auth method.         |
| <a id="linksuccess" /> `linkSuccess` | () => `void`                                                                                                 | A function to call when an auth method is successfully linked. |
