ebay-oauth-csharp-client icon indicating copy to clipboard operation
ebay-oauth-csharp-client copied to clipboard

Support for reading Credentials for CredentialUtil from DbProvider

Open theCorb1nator opened this issue 5 years ago • 0 comments

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...

theCorb1nator avatar Jul 20 '20 22:07 theCorb1nator