> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SwitchConnectionOptionsSmsOtp

```ts Example theme={null}
export interface SwitchConnectionOptionsSmsOtp {
  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>
  SMS OTPを使用するパスワードレス認証に切り替えるための接続識別子。
</ParamField>
