Home
last modified time | relevance | path

Searched defs:authHeader (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Dauthentication.hpp39 const boost::asio::ip::address& clientIp, std::string_view authHeader) in performBasicAuth()
106 std::string_view authHeader) in performTokenAuth()
288 std::string_view authHeader = reqHeader["Authorization"]; in authenticate() local
/openbmc/bmcweb/test/http/
H A Dutility_test.cpp110 std::string authHeader = createBasicAuthHeader("username", "password"); in TEST() local
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp920 std::string authHeader = crow::utility::createBasicAuthHeader( in prepareAggregationHeaders() local