Retrofit – Authorization & Expiring Tokens Situation is like this: You got an AccessToken and RefreshToken (AT and RT for now on)Every API call needs to contain the ATWhen the AT expires you need to refresh it using your RT Continue reading “Retrofit – Authorization & Expiring Tokens” →