mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:33:36 +03:00
oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments
When referring to OAuth 2.0 we should use the official name rather the SASL mechanism name.
This commit is contained in:
parent
f54a4aa9a3
commit
4e3d396900
4 changed files with 4 additions and 4 deletions
|
|
@ -1700,7 +1700,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
|
|||
|
||||
case CURLOPT_XOAUTH2_BEARER:
|
||||
/*
|
||||
* XOAUTH2 bearer token to use in the operation
|
||||
* OAuth 2.0 bearer token to use in the operation
|
||||
*/
|
||||
result = setstropt(&data->set.str[STRING_BEARER],
|
||||
va_arg(param, char *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue