Move certificate exchange bits to app-connectivity

Summary: Bit of reorganising as utils is a bit too generic and crowded.

Reviewed By: passy

Differential Revision: D47186536

fbshipit-source-id: 7b1dd26db95aef00778ff4f23d91f7371c4d07ad
This commit is contained in:
Lorenzo Blasa
2023-07-04 02:19:58 -07:00
committed by Facebook GitHub Bot
parent 20d7b57dbe
commit f63e5d440a
14 changed files with 26 additions and 17 deletions

View File

@@ -23,4 +23,7 @@ export {isFBBuild} from './fb-stubs/constants';
export {WEBSOCKET_MAX_MESSAGE_SIZE} from './app-connectivity/ServerWebSocket';
export {getAuthToken, hasAuthToken} from './utils/certificateUtils';
export {
getAuthToken,
hasAuthToken,
} from './app-connectivity/certificate-exchange/certificate-utils';