diff --git a/README.md b/README.md index a0d4b87..1eccdf9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Refresh Token Sample +Android Refresh token with Retrofit and OkHttp + - When multiple requests hit **404** (_HTTP_UNAUTHORIZED_), only single `Refresh token request` will be executed. - After successful refresh, all pending requests will be executed concurrently.