constructor()

in src/AuthenticationOauth2.js [22:25]


  constructor(params) {
    const paramsStr = (typeof params === 'object') ? JSON.stringify(params) : params;
    this.binding = new PulsarBinding.Authentication('oauth2', paramsStr);
  }