> ## 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">
  Indexable
</h2>

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

<h2 id="properties">
  Propriétés
</h2>

<ParamField body="connection" type="string" required>
  L’identifiant de la connexion vers laquelle basculer pendant le flux d’authentification login-password.
</ParamField>
