25#include <pdcom5_export.h>
48 Sasl &operator=(
Sasl const &) =
delete;
65 bool loginStep(
const char *mech,
const char *clientData);
74 std::weak_ptr<impl::Process> process_;
92 loginReply(
const char *mechlist,
const char *serverData,
int finished) = 0;
SASL Interface for PdCom.
Definition: Sasl.h:42
void logout()
Logout from server.
bool loginStep(const char *mech, const char *clientData)
Perform SASL login step.