AuthorizationHeaderBuilder.from constructor

AuthorizationHeaderBuilder.from(
  1. AuthorizationHeaderBuilder other
)

Implementation

AuthorizationHeaderBuilder.from(AuthorizationHeaderBuilder other)
    : _signatureMethod = other._signatureMethod,
      _clientCredentials = other._clientCredentials,
      _credentials = other._credentials,
      _method = other._method,
      _url = other._url,
      _additionalParameters = other._additionalParameters;