Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
bool HTTPRequest::hasCredentials() const
158
{
159
return has(AUTHORIZATION);
160
}
161
162
163
void HTTPRequest::getCredentials(std::string& scheme, std::string& authInfo) const
Callers
5
extractBearerToken
Method · 0.80
OAuth10Credentials
Method · 0.80
verify
Method · 0.80
checkAuthentication
Method · 0.80
authenticateUserByHTTP
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected