We are refreshing access token in splash activity and we have logic if Refresh access token REST API fails with 403 exceptions then the user is unauthorized. We need to make same logic in MifosBaseDataManager so if refresh access token fails then open login activity.
Summary:
We are refreshing access token in splash activity and we have logic if Refresh access token REST API fails with 403 exceptions then the user is unauthorized. We need to make same logic in
MifosBaseDataManager
so if refresh access token fails then open login activity.