CernVM-FS
2.12.0
|
Public Attributes | |
struct curl_slist * | list |
char * | token |
Definition at line 32 of file authz_curl.cc.
struct curl_slist* anonymous_namespace{authz_curl.cc}::bearer_info::list |
List of extra headers to put on the HTTP request. This is required in order to add the "Authorization: Bearer XXXXX" header.
Definition at line 37 of file authz_curl.cc.
char* anonymous_namespace{authz_curl.cc}::bearer_info::token |
Actual text of the bearer token
Definition at line 42 of file authz_curl.cc.