Android Auth issue when minimizing app during login

As it’s explained on this open github issue, while the login is ongoing, minimizing the app and restoring it will raise the following exception from the library “AuthCallback.onFailure(AuthenticationException)”. This is important for us because the login methodology we’re using forces us to move between apps in order to login.

The latest (at the time this was written) reply to that issue indicates that the situation should now be addressed in the latest library patch. If you haven’t tested with that version you should proceed to do so; if you still experience the issue after the update it may be worthwhile to follow-up directly through the GH issue and leave a comment indicating the behavior you still see.