This repository was archived by the owner on Mar 11, 2020. It is now read-only.
3.0.0 - 2017-09-22
Breaking Changes
- ANALYTICS-125: Added login option
storeJwtto store jwt on local file system. This property will default tofalse. This was the default behaviour in previous releases. - AUTH-84: promise return from
getAccessToken()will now reject if:- There is no access token stored on the local file system
- The access token stored is not a valid JWT
- The access token stored has expired
Removed
- AUTH-84:
getServiceSettings()function