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

# FederatedSignupPasswordPayloadOptions

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

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

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