eBay / ebay-oauth-csharp-client

eBay OAuth C# Client Library
Apache License 2.0
54 stars 40 forks source link

Support for reading Credentials for CredentialUtil from DbProvider #14

Open theCorb1nator opened 3 years ago

theCorb1nator commented 3 years ago

Hi,

Would it be possible to add functionality the the CredentialsUtil class to allow injection of a service to read the Credentials from database provider?

The use case here is for myself a webapplication where the Credentials will be stored and managed within the database via the web interface. i would like it as so if the Credentials need to be updated that a ConfigFile/App restart is not required, thus it makes sense to have either the CredentialsUtil or Oauth2API to use a service to retrieve the details from the database when required...