microsoftgraph / msgraph-sdk-dotnet-auth

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme
https://graph.microsoft.com
MIT License
78 stars 19 forks source link

Typo in error message #66

Closed csadam closed 4 years ago

csadam commented 4 years ago

In src/Microsoft.Graph.Auth/Exceptions/ErrorConstants.cs at line 21 The "challenge" is mistyped as "challange".

The line should be: internal const string AuthenticationChallengeRequired = "Authentication challenge is required.";

Currently it is: internal const string AuthenticationChallengeRequired = "Authentication challange is required.";