Retrofit — Token Authentication on Android
This tutorial in the Retrofit series describes and illustrates how to authenticate against any token based API from your Android app. This tutorial is an addition to the previous ones about basic authentication with Retrofit and using Retrofit for OAuth APIs. We’ll cover the topic of token authentication from …
Continue Reading