1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef REMOTING_CLIENT_CLIENT_CONFIG_H_
6 #define REMOTING_CLIENT_CLIENT_CONFIG_H_
11 #include "base/basictypes.h"
12 #include "remoting/protocol/authentication_method.h"
13 #include "remoting/protocol/negotiating_client_authenticator.h"
21 std::string local_jid
;
24 std::string host_public_key
;
26 protocol::FetchSecretCallback fetch_secret_callback
;
28 std::vector
<protocol::AuthenticationMethod
> authentication_methods
;
29 std::string authentication_tag
;
32 } // namespace remoting
34 #endif // REMOTING_CLIENT_CLIENT_CONFIG_H_