> ## 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">
  ## Propiedades
</div>

<ParamField body="connection" type="string" required>
  El identificador de la conexión a la que se debe cambiar para la autenticación sin contraseña con código por correo electrónico.
</ParamField>
