6 #ifndef CPPIPC_COMMON_AUTHENTICATION_TOKEN_HPP 7 #define CPPIPC_COMMON_AUTHENTICATION_TOKEN_HPP 9 #include <core/system/cppipc/common/message_types.hpp> 10 #include <core/system/cppipc/common/authentication_base.hpp> 23 std::string token_value;
35 return msg.
properties.count(
"authtoken") > 0 &&
39 return msg.
properties.count(
"authtoken") > 0 &&
std::map< std::string, std::string > properties
The status of the call.
void apply_auth(call_message &msg)
bool validate_auth(reply_message &msg)
void apply_auth(reply_message &msg)
bool validate_auth(call_message &msg)
std::map< std::string, std::string > properties
the function to call on the object