Hi,
I'm trying to get a token from the credentials I own with no success.
In one example I saw the following statement
string key = File.ReadAllText(@"LF API CloudAccessKey.json");//ServiceKey downloaded from App Configuration Authentication, placed on same folder as this app.
Where is this file and how do I get it?
How is it structured and what information should it contain.
Thanks for your help