We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdd8c9 commit c9b9865Copy full SHA for c9b9865
Release/include/cpprest/http_client.h
@@ -118,7 +118,9 @@ class http_client_config
118
/// <returns>Shared pointer to OAuth 1.0 configuration.</returns>
119
const std::shared_ptr<oauth1::experimental::oauth1_config> oauth1() const
120
{
121
- return m_oauth1;
+ // CodePlex #230
122
+ throw std::runtime_error("oauth1 is not implemented yet.");
123
+ //return m_oauth1;
124
}
125
126
/// <summary>
0 commit comments