MCPcopy
hub / github.com/claude-code-best/claude-code / getBridgeAccessToken

Function getBridgeAccessToken

src/bridge/bridgeConfig.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 * keychain. Undefined means "not logged in".
30 */
31export function getBridgeAccessToken(): string | undefined {
32 return getBridgeTokenOverride() ?? getClaudeAIOAuthTokens()?.accessToken
33}
34
35/**
36 * Base URL for bridge API calls: dev override first, then the production

Callers 10

uploadBriefAttachmentFunction · 0.85
callFunction · 0.85
postInterClaudeMessageFunction · 0.85
resolveOneFunction · 0.85
initReplBridgeFunction · 0.85
bridgeMainFunction · 0.85
checkBridgePrerequisitesFunction · 0.85
checkPrerequisitesFunction · 0.85
mainFunction · 0.85

Calls 1

getBridgeTokenOverrideFunction · 0.85

Tested by

no test coverage detected