Searched refs:authorization_header (Results 1 – 3 of 3) sorted by relevance
206 std::string authorization_header = absl::StrFormat( in GetSignedRequestHeaders() local209 request_headers_["Authorization"] = authorization_header; in GetSignedRequestHeaders()
1818 authorization_header=None, argument1874 self.authorization_header = authorization_header2018 if self.authorization_header is not None:2019 headers['Authorization'] = self.authorization_header
1962 authorization_header=auth_header,