in src/AuthenticationAthenz.js [23:26]
constructor(params) { const paramsStr = (typeof params === 'object') ? JSON.stringify(params) : params; this.binding = new PulsarBinding.Authentication('athenz', paramsStr); }