31 #ifndef AUTOBAHN_WAMP_CHALLENGE_HPP 32 #define AUTOBAHN_WAMP_CHALLENGE_HPP 41 const std::string & authmethod,
42 const std::string & challenge =
"",
43 const std::string & salt =
"",
50 const std::string & challenge()
const;
51 const std::string & authmethod()
const;
52 const std::string & salt()
const;
53 int iterations()
const;
60 std::string m_authmethod;
63 std::string m_challenge;
76 #include "wamp_challenge.ipp" 78 #endif // AUTOBAHN_WAMP_CHALLENGE_HPP
Represents a topic subscription.