Searched defs:NegotiateAuthContext (Results 1 – 1 of 1) sorted by relevance
231 struct NegotiateAuthContext : public HttpAuthContext { struct232 CredHandle cred;233 CtxtHandle ctx;234 size_t steps;235 bool specified_credentials;237 NegotiateAuthContext(absl::string_view auth, CredHandle c1, CtxtHandle c2) in NegotiateAuthContext() function244 ~NegotiateAuthContext() override { in ~NegotiateAuthContext()