How can I use Salesforce OAuth 2.0 implicit flow authentication in a WinForms application?
问题 I wrote a web application which connects to the Salesforce API using the OAuth 2.0 web server flow, and that all works fine. But now there is a requirement to access the Salesforce API from a WinForms desktop application and I'm stuck. Salesforce suggest using the User-Agent, or implict, flow for desktop applications. The flow is described by Salesforce here - https://help.salesforce.com/articleView?id=remoteaccess_oauth_user_agent_flow.htm&type=5 I've created a WinForms application and used