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

Function preferThirdPartyAuthentication

src/bootstrap/state.ts:1234–1237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1232}
1233
1234export function preferThirdPartyAuthentication(): boolean {
1235 // IDE extension should behave as 1P for authentication reasons.
1236 return getIsNonInteractiveSession() && STATE.clientType !== 'claude-vscode'
1237}
1238
1239export function setInlinePlugins(plugins: Array<string>): void {
1240 STATE.inlinePlugins = plugins

Callers 2

Calls 1

Tested by

no test coverage detected