Skip to content

Commit

Permalink
Update ExchangeOAuth2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast authored Aug 16, 2023
1 parent dd585e4 commit 99559e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExchangeOAuth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ server.

```csharp
var confidentialClientApplication = ConfidentialClientApplicationBuilder.Create (clientId)
.WithCertificate (certificate) // or .WithCliehtSecret (clientSecret)
.WithCertificate (certificate) // or .WithClientSecret (clientSecret)
.Build ();

var scopes = new string[] {
Expand Down

0 comments on commit 99559e7

Please sign in to comment.