Sets up authentication state synchronization with UI components. Configures event handlers and initial context variables.
Authentication provider instance
Spaces tree view provider
Dynamic controller manager
Optional
Runtimes tree view provider
Function to manually update authentication state
const updateAuth = setupAuthStateManagement(authProvider, spacesTree, platformController, runtimesTree);// Authentication state changes are handled automatically Copy
const updateAuth = setupAuthStateManagement(authProvider, spacesTree, platformController, runtimesTree);// Authentication state changes are handled automatically
Sets up authentication state synchronization with UI components. Configures event handlers and initial context variables.