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

Indexable

[key: string]: string | number | boolean

Propriétés

connection
string
required
L’identifiant de la connexion à utiliser lors du flux d’authentification login-password.