コード例 #1
0
        public void SetAuthorization(AuthenticationResponse response)
        {
            var credentials = response.ToString();

            AddHeader("Authorization", credentials);
        }