43
44
// Authenticate the user in a background thread.
44
45
virtual bool AuthenticateStart(std::string const& username, AuthenticateEndCallback const&) = 0;
46
48
sigc::signal<void, std::string, PromiseAuthCodePtr const&> echo_on_requested;
47
49
sigc::signal<void, std::string, PromiseAuthCodePtr const&> echo_off_requested;
48
50
sigc::signal<void, std::string> message_requested;