eBay / ebay-oauth-csharp-client

eBay OAuth C# Client Library
Apache License 2.0
56 stars 42 forks source link

bypassing .yaml file when building OAuth integration #17

Open nathantbissell opened 3 years ago

nathantbissell commented 3 years ago

Hi,

We were looking for an alternative when it comes to setting a .yaml file for storing our ebay credentials when using the ebay Oauth client.

String path = @"../../../ebay-config-sample.yaml";

production-user: username: <production-username> password: <production-user-password>

is there any way to insert it as an object, instead of a text file / yaml when calling CreateAuthorizationHeader_Success method?

suhasjoyous commented 2 years ago

Is there any alternative here? I am also looking for an object instead of .yaml file.