An overview of Android OAuth session handling using Okhttp Authenticator — Preface This is an overview of how to handle session refreshing in Android with the use of components found as part of the Okhttp library. We will discuss the technical challenges and implementation in a separate article. Got a token? In the OAuth world, depending on the use-cases and system architecture design, there are…