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 c9b9865 commit 1e313c5Copy full SHA for 1e313c5
Release/include/cpprest/http_client.h
@@ -127,7 +127,7 @@ class http_client_config
127
/// Set OAuth 1.0 configuration.
128
/// </summary>
129
/// <param name="config">OAuth 1.0 configuration to set.</param>
130
- void set_oauth1(oauth1::experimental::oauth1_config)
+ void set_oauth1(oauth1::experimental::oauth1_config config)
131
{
132
// CodePlex #230
133
throw std::runtime_error("oauth1 is not implemented yet.");
0 commit comments