namespace Salesforce.NET
{
public class SalesforceCredentials
public bool IsProduction { get; set; }
public string ClientId { get; set; }
public string ClientSecret { get; set; }
public string Username { get; set; }
public string Password { get; set; }
public string SecurityToken { get; set; }
}