remove default credentials
This commit is contained in:
parent
a6afc6eb58
commit
b88f0e0d6f
@ -8,27 +8,5 @@
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
public string SecurityToken { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Loads a set of default credentials
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static SalesforceCredentials PocSandbox()
|
||||
{
|
||||
return new SalesforceCredentials
|
||||
{
|
||||
IsProduction = false,
|
||||
Username = "integration@clearoneadvantage.com.pocsandbox",
|
||||
Password = "nanR#Mo8",
|
||||
SecurityToken = "1jMfMWqmQ0YpjX1JyVh7iUkvV",
|
||||
ClientId = "3MVG967gVD5fuTmI4keNlyXpELeZ8J5ZsW27nmeeMtpjSjimy5QGiTBEoTnW.c661Af2eV7vEk0NTnp3JYjFA",
|
||||
ClientSecret = "1168DAD1B619C2EE81EA6C3E248F9B2B24993ACD41E8CB11DE79D83FBE771465"
|
||||
};
|
||||
}
|
||||
|
||||
public SalesforceCredentials()
|
||||
{
|
||||
// TODO: validate property data
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user