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

Indexable

[key: string]: string | number | boolean

プロパティ

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