Since autoRegenerateTokens() will make sure we aren't asking the API for a new token on every request, delegate making sure the stored token is up-to-date to the API service itself, since other parts of the system shouldn't need to know about keeping the token up-to-date.
Since
autoRegenerateTokens()will make sure we aren't asking the API for a new token on every request, delegate making sure the stored token is up-to-date to the API service itself, since other parts of the system shouldn't need to know about keeping the token up-to-date.