MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / preferThirdPartyAuthentication

Function preferThirdPartyAuthentication

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

Source from the content-addressed store, hash-verified

1210}
1211
1212export function preferThirdPartyAuthentication(): boolean {
1213 // IDE extension should behave as 1P for authentication reasons.
1214 return getIsNonInteractiveSession() && STATE.clientType !== 'claude-vscode'
1215}
1216
1217export function setInlinePlugins(plugins: Array<string>): void {
1218 STATE.inlinePlugins = plugins

Callers 2

Calls 1

Tested by

no test coverage detected