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

Indexable

[key: string]: string | number | boolean

Propriétés

connection
string
required
L’identifiant de la connexion vers laquelle passer pendant le flux d’authentification signup-password.