Searched defs:authHeader (Results 1 – 5 of 5) sorted by relevance
50 Auth.prototype.digest = function (method, path, authHeader) { argument
169 RequestSigner.prototype.authHeader = function() { method in RequestSigner
174 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */ member
145 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */ member
544 const std::string& authHeader = request->GetHeaderByName("Authorization"); in IsAuthorized() local