I am working on winform application - .Net 4.6
I need to connect to Gmail for accessing the mails. For that I was thinking to have OAuth 2.0 authentication for google account. I did found couple of solutions like Login using Google OAuth 2.0 with C#
But I want to achieve that without user interaction (login details be already provided/stored).
So two questions,
- Is ROPC type or by any other authentication flow, Google supports un-interactive authentication?
- If so, please guild me how can I achieve that.