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:
committed by
Facebook GitHub Bot
parent
20d7b57dbe
commit
f63e5d440a
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user