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

Method hasCredentials

base/poco/Net/src/HTTPRequest.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156
157bool HTTPRequest::hasCredentials() const
158{
159 return has(AUTHORIZATION);
160}
161
162
163void HTTPRequest::getCredentials(std::string& scheme, std::string& authInfo) const

Callers 5

extractBearerTokenMethod · 0.80
OAuth10CredentialsMethod · 0.80
verifyMethod · 0.80
checkAuthenticationMethod · 0.80
authenticateUserByHTTPFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected