Searched defs:authHeader (Results 1 – 3 of 3) sorted by relevance
39 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
110 std::string authHeader = createBasicAuthHeader("username", "password"); in TEST() local
920 std::string authHeader = crow::utility::createBasicAuthHeader( in prepareAggregationHeaders() local