Now that session recovery is possible on web when usingCommServicesAccessToken, we should add these checks.
This was based on the equivalent code on native. However, since web only has to support the newer auth flow, we can skip the actions for the older auth flow (logInActionTypes.success and siweAuthActionTypes.success).
Depends on D11502