Searched refs:STRING_BEARER (Results 1 – 3 of 3) sorted by relevance
1481 STRING_BEARER, /* <bearer>, if used */ enumerator
3689 if(data->set.str[STRING_BEARER]) { in create_conn()3690 conn->oauth_bearer = strdup(data->set.str[STRING_BEARER]); in create_conn()
1328 result = Curl_setstropt(&data->set.str[STRING_BEARER], in vsetopt()