Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ BasicAuth
Function
BasicAuth
cpp/src/arrow/flight/types.h:237–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
236
BasicAuth() = default;
237
BasicAuth(std::string username, std::string password)
238
: username(std::move(username)), password(std::move(password)) {}
239
240
std::string ToString() const;
241
bool Equals(const BasicAuth& other) const;
Callers
1
types.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected