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

bypassing .yaml file when building OAuth integration

Open nathantbissell opened this issue 4 years ago • 1 comments

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?

nathantbissell avatar Dec 18 '20 17:12 nathantbissell

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

suhasjoyous avatar Nov 02 '21 13:11 suhasjoyous