Searched defs:HttpAuthContext (Results 1 – 1 of 1) sorted by relevance
27 struct HttpAuthContext { struct29 HttpAuthContext(absl::string_view auth) : auth_method(auth) {} in HttpAuthContext() argument30 virtual ~HttpAuthContext() {} in ~HttpAuthContext() argument