> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# FederatedLoginPayloadOptions

Options for performing social login operations

```ts Example theme={null}
export interface FederatedLoginOptions {
  /** The social connection name to use */
  connection: string;
  /** Any additional custom options */
  [key: string]: string | number | boolean;
}
```

## Indexable

\[`key`: `string`]: `string` | `number` | `boolean`

Any additional custom options

## Properties

<ParamField body="connection" type="string">
  The social connection name to use
</ParamField>
