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 708a5df commit 8ae5da6Copy full SHA for 8ae5da6
Release/include/cpprest/oauth2.h
@@ -295,7 +295,7 @@ class oauth2_config
295
{
296
uri_builder ub;
297
ub.append_query(
298
- details::oauth2_strings::grant_type, details::oauth2_strings::client_credentials, false);
+ details::oauth2_strings::grant_type, details::oauth2_strings::client_credentials, false);
299
return _request_token(ub);
300
}
301
0 commit comments