autoChangeAuthorizationToBearerToken method
If set, will automatically use a token in the
header responseHeaderWithToken, when found in any request.
Implementation
HttpClient autoChangeAuthorizationToBearerToken(
    String responseHeaderWithToken) {
  _responseHeaderWithToken = responseHeaderWithToken;
  return this;
}