MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / authenticate

Method authenticate

base/poco/Net/src/HTTPDigestCredentials.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131void HTTPDigestCredentials::authenticate(HTTPRequest& request, const HTTPResponse& response)
132{
133 authenticate(request, HTTPAuthenticationParams(response));
134}
135
136
137void HTTPDigestCredentials::authenticate(HTTPRequest& request, const HTTPAuthenticationParams& responseAuthParams)

Callers

nothing calls this directly

Calls 2

setCredentialsMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected