We'll use this to track the access token used to authenticate the client to Comm services.
Details
Details
I just tested this with Flow for now, but I'll test it more thoroughly in combination with the following diffs, and will wait to land it until then
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Might be missing something, but should we add a migration to native that adds commServicesAccessToken field to Redux if it doesn't already exist?
Comment Actions
No reason to do that, I think... it would just set commServicesAccessToken to null, but state.commServicesAccessToken already returns undefined...
There will be follow-up diffs here for the reducer etc., though