MSAL client type
Public
Problem statement
Unlike microsoft-authentication-library-for-android and microsoft-authentication-library-for-objc, MSAL.NET appears to lack support for Native Authentication.
Proposed solution
Add Native Authentication support to MSAL.NET.
Alternatives
Native authentication API is an alternative to consider even though it is not a recommended approach according to the documentation.