Skip to content

Commit

Permalink
Merge pull request #352 from Tennyleaz/patch-1
Browse files Browse the repository at this point in the history
Update README.md for authentication client
  • Loading branch information
wadewegner authored Aug 22, 2019
2 parents 5959617 + 2e7fcfb commit 279cefe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ You can also specify a SalesForce API version when creating an authentication cl
var auth = new AuthenticationClient("v44.0");
```

You can get the latest API version from your Force.com instance in authentication client.

```cs
var auth = new AuthenticationClient();
await auth.GetLatestVersionAsync();
```

#### Web-Server Authentication Flow

The Web-Server Authentication Flow requires a few additional steps but has the advantage of allowing you to authenticate your users and let them interact with the Force.com using their own access token.
Expand Down

0 comments on commit 279cefe

Please sign in to comment.