salesforce-marketingcloud / FuelSDK-CSharp

FuelSDK-CSharp
MIT License
51 stars 79 forks source link

ET_Client - master - Initialization from parameters #34

Open fbellgr opened 7 years ago

fbellgr commented 7 years ago

It seems it is now impossible to use a NameValueCollection as a source of credentials. It will conditionally check the appsettings but otherwise go straight for the hard-coded file WITHOUT CHECKING IF IT EXISTS.

It would be nice if we could load the credentials from a custom source. In some of our applications, we use many different sets of credentials. This is a big deal for us.

The Dot9 branch seems to do things correctly but there are quite a few breaking changes AND JWT.cs is missing...

Thanks

sfdrogojan commented 5 years ago

This seems to be available now. Can you please check and let us know?