constructor()

in src/azurechat/features/auth/helpers.ts [43:47]


  constructor() {
      this.clientId = "";
      this.clientSecret = "";
      this.tenantId = "";
  }