> ## 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.

# SwitchConnectionOptionsSignupPassword

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

<h2 id="indexable">
  インデックス指定可能
</h2>

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

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

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