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