MCPcopy Create free account
hub / github.com/c-jimenez/open-ocpp / httpBasicAuthent

Method httpBasicAuthent

tests/deploy/main.cpp:59–59  ·  view source on GitHub ↗

@brief Enable HTTP basic authentication */

Source from the content-addressed store, hash-verified

57 std::chrono::seconds heartbeatInterval() const override { return std::chrono::seconds(100); }
58 /** @brief Enable HTTP basic authentication */
59 bool httpBasicAuthent() const override { return false; }
60 /** @brief Cipher list to use for TLSv1.2 connections */
61 std::string tlsv12CipherList() const override { return ""; }
62 /** @brief Cipher list to use for TLSv1.3 connections */

Callers 4

startMethod · 0.45
startMethod · 0.45
startMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected