The logout method does not return anything, but the readme states otherwise:
let config = new AdalConfig('clientID', 'unittest.onmicrosoft.com', 'http://localhost');
let context = Authentication.getContext(config);
let user = context.logout();
Coverage remained the same at 82.746% when pulling f5d97600cf23306269ad7bc5f0bf1f682cab6bab on frederikprijck:chore/docs into 9267618930bec5bf28e6c32b374b35aa058aaf8d on HNeukermans:master.
Coverage remained the same at 82.746% when pulling f5d97600cf23306269ad7bc5f0bf1f682cab6bab on frederikprijck:chore/docs into 9267618930bec5bf28e6c32b374b35aa058aaf8d on HNeukermans:master.
Coverage remained the same at 82.746% when pulling c3912dcc5026b589c121fcaa4ba3652e588dd652 on frederikprijck:chore/docs into 9267618930bec5bf28e6c32b374b35aa058aaf8d on HNeukermans:master.
Once https://github.com/HNeukermans/adal-ts/pull/18 gets merged, the webpack cmd is available using
npm run webpack
. So I've add webpack scripts to readme.The
logout
method does not return anything, but the readme states otherwise: