ClientInfo: {
    uid: string;
    utid: string;
    xms_tdbr?: string;
}

Client info object which consists of: uid: user id utid: tenant id xms_tdbr: optional, only for non-US tenants

Type declaration

  • uid: string
  • utid: string
  • Optional xms_tdbr?: string

Generated using TypeDoc