Searched defs:ClientConfig (Results 1 – 2 of 2) sorted by relevance
17 struct ClientConfig { struct21 std::string host_jid;22 std::string host_public_key;24 protocol::FetchSecretCallback fetch_secret_callback;26 std::vector<protocol::AuthenticationMethod> authentication_methods;27 std::string authentication_tag;30 std::string capabilities;37 std::string client_pairing_id;38 std::string client_paired_secret;
9 ClientConfig::ClientConfig() { in ClientConfig() function in remoting::ClientConfig