Page MenuHomePhabricator

[lib][native] Rename fetchNewCookieFromNativeCredentials to resolveKeyserverSessionInvalidation
ClosedPublic

Authored by ashoat on Jan 8 2024, 7:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 6 2024, 6:04 AM
Unknown Object (File)
Sep 6 2024, 6:04 AM
Unknown Object (File)
Sep 6 2024, 6:04 AM
Unknown Object (File)
Sep 6 2024, 6:03 AM
Unknown Object (File)
Sep 6 2024, 6:03 AM
Unknown Object (File)
Aug 30 2024, 11:12 AM
Unknown Object (File)
Aug 18 2024, 7:49 PM
Unknown Object (File)
Aug 18 2024, 12:39 PM
Subscribers
None

Details

Summary

In ENG-5940, I'm working on refactoring this function.

One of the callsites will be replaced with a different function that will handle whole-app login via identity service.

The rest of the callsites will be refactored. They will continue trying to automatically log in to the keyserver, but if usingCommServicesAccessToken is set, the automatic login will be performed via the Olm auth responder instead of by using native credentials.

To reflect the new functionality, I want to start by renaming the function.

Depends on D10575

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable