autobahn::wamp_challenge Class Reference
Represents a topic subscription. More...
#include <wamp_challenge.hpp>
Public Member Functions | |
wamp_challenge (const std::string &authmethod, const std::string &challenge="", const std::string &salt="", int iteratons=-1, int keylen=-1) | |
wamp_challenge (const wamp_challenge &) | |
const std::string & | challenge () const |
const std::string & | authmethod () const |
const std::string & | salt () const |
int | iterations () const |
int | keylen () const |
Detailed Description
Represents a topic subscription.
Definition at line 37 of file wamp_challenge.hpp.