From 99559e71800ac4fbd9aa4ae767d114510f15048f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 16 Aug 2023 11:25:39 -0400 Subject: [PATCH] Update ExchangeOAuth2.md --- ExchangeOAuth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExchangeOAuth2.md b/ExchangeOAuth2.md index 29ef67ff1e..2426c33405 100644 --- a/ExchangeOAuth2.md +++ b/ExchangeOAuth2.md @@ -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[] {