Changing sync token verifiy auth to API key.
In order to authorize verifyToken operation PasswordSyncTokenFetcher gets login scope OAuth token. This CL changes this authorization method to an API key. As a result we will save on network traffic (no need to fetch access token) and enable token verification in the login screen context. OAuth token stays the only valid option for createToken and getToken. Bug: 1090341 Change-Id: If802a156abd73cd8344b1be8d7f3ef3cbc7bfca3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421588Reviewed-by:Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Maciek Slusarczyk <mslus@chromium.org> Cr-Commit-Position: refs/heads/master@{#811067}
Showing
Please register or sign in to comment