Password sync token client implementation.
A new type of token API is introduced to sync password between multiple ChromeOS devices. On a password change event createToken operation will invalidate the old token, create and fetch a new one. CrOS devices will monitor the state of a global token by sending verifyToken requests and, when local token copy will be identfied as invalid, initiate online re-auth flow to sync the credentials. This cl implements notifications to InSessionPasswordSyncManager object when online login has to be triggered. Bug: 1090341 Change-Id: I14407e37ad05cc7aaf697634fcd76f005a7613b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316106 Commit-Queue: Maciek Slusarczyk <mslus@chromium.org> Reviewed-by:Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#795913}
Showing
Please register or sign in to comment