mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:24:15 +03:00
CURLOPT_XOAUTH2_BEARER.md: change token to not trigger typos with "ba"
This commit is contained in:
parent
f0a5207484
commit
b6a273a693
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ int main(void)
|
|||
if(curl) {
|
||||
CURLcode res;
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "pop3://example.com/");
|
||||
curl_easy_setopt(curl, CURLOPT_XOAUTH2_BEARER, "1ab9cb22ba269a7");
|
||||
curl_easy_setopt(curl, CURLOPT_XOAUTH2_BEARER, "1ab9cb22bf269a7");
|
||||
res = curl_easy_perform(curl);
|
||||
curl_easy_cleanup(curl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue