Home
last modified time | relevance | path

Searched defs:authHeader (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/request/lib/
Dauth.js50 Auth.prototype.digest = function (method, path, authHeader) { argument
/third_party/node/deps/npm/node_modules/aws4/
Daws4.js169 RequestSigner.prototype.authHeader = function() { method in RequestSigner
/third_party/gettext/gnulib-local/lib/libxml/
Dnanohttp.c174 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */ member
/third_party/libxml2/
Dnanohttp.c145 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */ member
/third_party/cef/tests/ceftests/
Durlrequest_unittest.cc544 const std::string& authHeader = request->GetHeaderByName("Authorization"); in IsAuthorized() local