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

# SwitchConnectionOptionsSignupPassword

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

<div id="indexable">
  ## インデックス可能型
</div>

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

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

<ParamField body="connection" type="string" required>
  signup-password 認証フロー中に切り替える接続の識別子です。
</ParamField>
