submitAdapterAuthentication not working
问题 I have been trying to do a specific operation once I receive the submitAdapterAuthentication from the challenge handler and I could not do any operation because my code it does not even compile through it. I am using the submitAdapterAuthentication in one method of my angular service. The method looks like this: login: function (user, pass) { //promise var deferred = $q.defer(); //tempuser tempUser = {username: user, password: pass}; userObj.user = user; checkOnline().then(function (onl) { if