public class GuestAuthNetworkInterceptor
extends Object
The Twitter API uses HTTP status code of 403 to indicate guest session needs to be refreshed.
However, the OkHttp Authenticator that refreshes guest sessions only responds to 401. So we map
all 403 to 401 responses.