Skip to main content
Example
export interface SwitchConnectionOptionsEmailCode {
  connection: string;
  [key: string]: string | number | boolean;
}

インデックス指定可能

[key: string]: string | number | boolean

プロパティ

connection
string
required
メールによるコードベースのパスワードレス認証に切り替えるための接続識別子。