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

Function getConfiguredGcpAuthRefresh

src/utils/auth.ts:813–816  ·  view source on GitHub ↗

* Get the configured gcpAuthRefresh from settings

()

Source from the content-addressed store, hash-verified

811 * Get the configured gcpAuthRefresh from settings
812 */
813function getConfiguredGcpAuthRefresh(): string | undefined {
814 const mergedSettings = getSettings_DEPRECATED() || {}
815 return mergedSettings.gcpAuthRefresh
816}
817
818/**
819 * Check if the configured gcpAuthRefresh comes from project settings

Callers 3

runGcpAuthRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected