Use SyncServiceTokenWorker to refresh ServiceAcessToken
What does this MR do and why?
In !136078 (merged) we introduced SyncServiceTokenWorker and use_sync_service_token_worker
feature flag.
In this Mr, we are using use_sync_service_token_worker
to switch between using SyncServiceTokenWorker
and SyncSeatLinkWorker
Also, if ff is enabled, we will not store the ServiceAccessToken within SyncSeatLinkRequestWorker. The token is still sent there only for backward compatibility reasons
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Nikola Milojevic