MCPcopy Create free account
hub / github.com/3rdparty/libprocess / AUTHENTICATION

Function AUTHENTICATION

include/process/help.hpp:83–90  ·  view source on GitHub ↗

Helper for description of Authentication requirements.

Source from the content-addressed store, hash-verified

81
82// Helper for description of Authentication requirements.
83inline std::string AUTHENTICATION(bool required)
84{
85 if (required) {
86 return "This endpoint requires authentication iff HTTP authentication is\n"
87 "enabled.\n";
88 }
89 return "This endpoint does not require authentication.\n";
90}
91
92
93// Helper for description of Authorization requirements.

Callers 11

TOGGLE_HELPMethod · 0.85
START_HELPMethod · 0.85
STOP_HELPMethod · 0.85
START_HELPMethod · 0.85
STOP_HELPMethod · 0.85
DOWNLOAD_RAW_HELPMethod · 0.85
DOWNLOAD_TEXT_HELPMethod · 0.85
DOWNLOAD_GRAPH_HELPMethod · 0.85
STATISTICS_HELPMethod · 0.85
STATE_HELPMethod · 0.85
helpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected