Colton Idle
01/23/2022, 4:24 AMRefreshTokenAuthenticator
that on a 401 calls myApiService.getNewAuthTokenWithRefreshToken
to trade in a refresh token for a new auth token.
My dependency graph looks like this:
RetrofitService
-> OkHttpClient
-> RefreshTokenAuthenticator
-> RetrofitService!?!?
Do I have a legitimate use case for Lazy in dagger, or should my Authenticator not be calling my apiService?