msal4flutter 0.1.0
msal4flutter: ^0.1.0 copied to clipboard
Unofficial Flutter package for The Microsoft Authentication Library (MSAL).
0.1.0 #
- Added automatic token caching and refresh support
- Added
TokenStorageinterface for custom persistent storage - Added
acquireTokenSilent()for silent token acquisition - Added
forceRefresh()andsignOut()methods - Improved error handling for device code flow
- Breaking:
acquireTokenSilent()andacquireTokenInteractive()now returnAuthenticationResult
0.0.1 #
- Only supports device authorization of OAuth 2.0.