Salesforce OAuth 请求采用以下形式:
$ curl https://login.salesforce.com/services/oauth2/token \
-d "grant_type=password" \
-d "client_id=myclientid" \
-d "client_secret=myclientsecret" \
-d "username=mylogin@salesforce.com" \
-d "password=mypassword123456"
目前还不清楚如何在 paw OAuth v2 对话框中输入这些参数...
进一步阅读设置授权 > 会话 ID 授权