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

# SwitchConnectionOptionsEmailCode

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

<div id="indexable">
  ## Indexable
</div>

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

<div id="properties">
  ## Propriétés
</div>

<ParamField body="connection" type="string" required>
  L’identifiant de la connexion vers laquelle basculer pour l’authentification Passwordless par code par courriel.
</ParamField>
