Skip to main content
Example
export interface SwitchConnectionOptionsSmsOtp {
  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 basculer pour l’authentification Passwordless par OTP par SMS.