You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,21 @@ These events can be subscribed to and listened to by your custom `Event Listener
11
11
- This dotnet cli tool allows for retrieval of `Access Token` and `Refresh Token` to be used by any other application. Please refer to [How Are Apps Authenticated with the Web Server OAuth Authentication Flow](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_web_server_oauth_flow.htm)
12
12
13
13
14
-
## Nuget Packages
15
-
```
14
+
## Installation
16
15
17
-
PM> Install-Package CometD.NetCore2.Salesforce
16
+
- To include this library inside of your project run nuget package installation
0 commit comments