MCPcopy
hub / github.com/21st-dev/1code / getAuthManager

Function getAuthManager

src/main/index.ts:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95let authManager: AuthManager
96
97export function getAuthManager(): AuthManager {
98 // First try to get from module, fallback to local variable for backwards compat
99 return getAuthManagerFromModule() || authManager
100}
101
102// Handle auth code from deep link (exported for IPC handlers)
103export async function handleAuthCode(code: string): Promise<void> {

Callers 8

registerIpcHandlersFunction · 0.90
createWindowFunction · 0.90
getDesktopTokenFunction · 0.90
storeOAuthTokenFunction · 0.90
chats.tsFile · 0.90
sandbox-import.tsFile · 0.90
debug.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected