hi i could not find authSecret support for producer is it? ``` const w = new nsq.Writer(nsqHost, 4150, { tls: true, tlsVerification: false, authSecret: 'userid:password', }); ```