CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
anonymous_namespace{authz_curl.cc}::bearer_info Struct Reference

Public Attributes

struct curl_slist * list
 
char * token
 

Detailed Description

Definition at line 32 of file authz_curl.cc.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: