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

# FederatedSignupPayloadOptions

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

<h2 id="properties">
  プロパティ
</h2>

<ParamField body="接続" type="string" />
