microsoft-authentication-library-for-js icon indicating copy to clipboard operation
microsoft-authentication-library-for-js copied to clipboard

[v5] Cleanup public surface

Open tnorling opened this issue 2 months ago • 0 comments

  • 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.

tnorling avatar Oct 30 '25 20:10 tnorling