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 fabe995 commit a4ef4dbCopy full SHA for a4ef4db
Release/include/cpprest/http_client.h
@@ -118,9 +118,7 @@ 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
- // CodePlex #230
122
- throw std::runtime_error("oauth1 is not implemented yet.");
123
- //return m_oauth1;
+ return m_oauth1;
124
}
125
126
/// <summary>
0 commit comments