HeaderAuthenticator constructor
Creates a HeaderAuthenticator that will set the header headerName
to headerValue on every outgoing request.
Implementation
HeaderAuthenticator(this.headerName, this.headerValue);
Creates a HeaderAuthenticator that will set the header headerName
to headerValue on every outgoing request.
HeaderAuthenticator(this.headerName, this.headerValue);