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

Indexable

[key: string]: string | number | boolean

Propiedades

connection
string
required
El identificador de la conexión a la que cambiar durante el flujo de autenticación signup-password.