Home
last modified time | relevance | path

Searched refs:oauth_bearer (Results 1 – 8 of 8) sorted by relevance

/curl/lib/
H A Dcurl_sasl.c360 const char *oauth_bearer = data->set.str[STRING_BEARER]; in Curl_sasl_start() local
461 if((enabledmechs & SASL_MECH_OAUTHBEARER) && oauth_bearer) { in Curl_sasl_start()
471 oauth_bearer, in Curl_sasl_start()
474 else if((enabledmechs & SASL_MECH_XOAUTH2) && oauth_bearer) { in Curl_sasl_start()
481 oauth_bearer, in Curl_sasl_start()
547 const char *oauth_bearer = data->set.str[STRING_BEARER]; in Curl_sasl_continue() local
692 oauth_bearer, in Curl_sasl_continue()
700 oauth_bearer, in Curl_sasl_continue()
H A Durl.c596 Curl_safefree(conn->oauth_bearer); in conn_free()
1140 Curl_timestrcmp(needle->oauth_bearer, check->oauth_bearer)) { in ConnectionExists()
3407 conn->oauth_bearer = strdup(data->set.str[STRING_BEARER]);
3408 if(!conn->oauth_bearer) {
H A Durldata.h841 char *oauth_bearer; /* OAUTH2 bearer, allocated */ member
/curl/src/
H A Dtool_cfgable.h270 char *oauth_bearer; /* OAuth 2.0 bearer token */ member
H A Dtool_cfgable.c148 Curl_safefree(config->oauth_bearer); in free_config_fields()
H A Dtool_paramhlp.c690 if(config->userpwd && !config->oauth_bearer) { in get_args()
H A Dtool_operate.c1401 if(config->oauth_bearer) in single_transfer()
1402 my_setopt_str(curl, CURLOPT_XOAUTH2_BEARER, config->oauth_bearer); in single_transfer()
H A Dtool_getparam.c1431 err = getstr(&config->oauth_bearer, nextarg, DENY_BLANK); in getparameter()

Completed in 80 milliseconds