and there might be somecase where the app may be open for a while and you close it, that would resutl to skip the intialzaiton page of the app, which will return the absent of the access token in your memory so as a fall back do a ckeck in the interceptor to check if a token is there first, and if no, try to call that function which is executed in the intialzation state, and also do check in that function if no token found to redirect the user to the login page, and also do 1 last thing. update the secure store or async storage for to update the access token.