MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getAccessTokenForRemote

Function getAccessTokenForRemote

src/main.tsx:3472–3472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3470 getClaudeAIOAuthTokens: getTokensForRemote
3471 } = await import('./utils/auth.js');
3472 const getAccessTokenForRemote = (): string => getTokensForRemote()?.accessToken ?? apiCreds.accessToken;
3473 const remoteSessionConfig = createRemoteSessionConfig(createdSession.id, getAccessTokenForRemote, apiCreds.orgUUID, hasInitialPrompt);
3474
3475 // Add remote session info as initial system message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected