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

# SignInAuthMethodButtons

```ts theme={null}
function SignInAuthMethodButtons(props: SignInAuthMethodButtonsProps): null | Element;
```

The AuthMethodButtons component.

## Parameters

| Parameter | Type                                                                                                                     | Description                                    |
| --------- | ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| `props`   | [`SignInAuthMethodButtonsProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/SignInAuthMethodButtonsProps) | The props for the AuthMethodButtons component. |

## Returns

`null` | `Element`

The AuthMethodButtons component.
