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

# SwitchConnectionOptionsLoginPassword

```ts Example theme={null}
export interface SwitchConnectionOptionsLoginPassword {
  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>
  ログイン・パスワード認証フロー中に切り替える接続の識別子。
</ParamField>
