MCPcopy
hub / github.com/codeaashu/claude-code / getOAuthToken

Function getOAuthToken

src/bridge/replBridge.ts:841–843  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

839 // Unlike the JWT path, OAuth tokens are refreshed by the standard OAuth
840 // flow — no proactive scheduler needed.
841 function getOAuthToken(): string | undefined {
842 return getAccessToken()
843 }
844
845 // Drain any messages that were queued during the initial flush.
846 // Called after writeBatch completes (or fails) so queued messages

Callers 2

initBridgeCoreFunction · 0.85
wireTransportFunction · 0.85

Calls 1

getAccessTokenFunction · 0.85

Tested by

no test coverage detected