C# Access Token Retriever

Job ID: 40205076

Budget: ₹600 – ₹1,500 INR

I need a lightweight C# console utility that logs in to a third-party website with nothing more than my username and password (the site uses oauth Authentication) and then captures the bearer access token that is returned after a successful sign-in.


Please keep the code clean and well-commented. At the end I should be able to run the EXE, pass in my credentials (via command-line args or an appsettings file), and see the extracted token printed to the console.

Deliverables
• Visual Studio solution with the console project