Hey there, just started with the Adwords API and I'm a bit lost.
I want to create an AdwordsClient object. And using the guide from the First Request Page
https://developers.google.com/adwords/api/docs/first-request, they create their Adwords client as such:
client = AdWordsClient.LoadFromStorage()
However, it says you can also supply the credentials manually, which is what I want to do since I maintain many different accounts and hold the credentials in a database. However, there is no link or reference that I could find on how to do it without the LoadFromStorage function. How should I create the AdwordsClient?