I'm working on an android project originally coded by someone else. For a few screens, I can see calls to CloverAuth.authenticate(context, account) that completely ignore the AuthResult returned.
My first impression is that such code does nothing and these calls can be removed. On the other side, I'm not sure if the authenticate method does anything else other than fetching a token(which could make the code have some purpose).
So that's my question: can a call to CloverAuth.authenticate(context, account) ignoring the result have any impact at all?