Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

v3.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 20:33
· 119 commits to master since this release

3.0.0-beta.1 (2020-08-17)

  • feat(v3)!: a new but familiar API (b12bc70)

BREAKING CHANGES

    • Change MSALCLient class name to PublicClientApplication
  • PublicClientApplication constructor takes config object
  • webview parameters for acquireToken and signOut methods are now
    passed in via an optional nested webviewParameters object
  • acquireTokenSilent and signOut methods require an MSALAccount object
    instead of accountIdentifier string
  • removeAccount method takes a single MSALAccount object