> ## 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">
  ## インデックス指定可能
</div>

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

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

<ParamField body="connection" type="string" required>
  メールによるコードベースのパスワードレス認証に切り替えるための接続識別子。
</ParamField>
