AzureAD / microsoft-authentication-library-for-dotnet

Microsoft Authentication Library (MSAL) for .NET
https://aka.ms/msal-net
MIT License
1.36k stars 330 forks source link

[Documentation] - ICustomWebUi.AcquireAuthorizationCodeAsync mistake #4809

Closed NETSphereSoft closed 1 week ago

NETSphereSoft commented 1 week ago

Make sure that your question or issue is not already covered in MSAL docs or samples.

Documentation related to component Microsoft.Identity.Client

Please check those that apply

Description of the issue There is a small mistake in the XML remarks of Microsoft.Identity.Client.Extensibility.ICustomWebUi.AcquireAuthorizationCodeAsync at line 34. There is an additional "\> after the paramref

bgavrilMS commented 1 week ago

Fixed via https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4812