namespace MediaBrowser.Server.Implementations.Connect
{
public class ConnectData
{
///
/// Gets or sets the server identifier.
///
/// The server identifier.
public string ServerId { get; set; }
///
/// Gets or sets the access key.
///
/// The access key.
public string AccessKey { get; set; }
}
}