AuthenticatedChannel constructor
Implementation
AuthenticatedChannel(String host, int port, this.accessToken, bool insecure, [this._sessionId])
: super(host: host, port: port, transportSecure: !insecure);
AuthenticatedChannel(String host, int port, this.accessToken, bool insecure, [this._sessionId])
: super(host: host, port: port, transportSecure: !insecure);