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

Indexable

[key: string]: string | number | boolean

プロパティ

connection
string
required
ログイン/パスワード認証フロー中に切り替える接続の識別子です。