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

# FederatedSignupOptions

```ts Example theme={null}
export interface FederatedSignupOptions {
  connection: string;
  [key: string]: string | number | boolean;
}
```

## Indexable

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

## Properties

<ParamField body="connection" type="string" />
