microsoft-authentication-library-for-js
microsoft-authentication-library-for-js copied to clipboard
[v5] Cleanup public surface
- Removes PublicClientNext as it's no longer used for NAA use cases (use createNestablePublicClientApplication instead)
- Removes UrlString, StringUtils, AccountEntity, AccountEntityUtils from browser exports as these are internal
- Updates IController interface to extend IPublicClientApplication for cleaner maintenance and removing functions not intended to be public.