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

Function getConfiguredGcpAuthRefresh

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

* Get the configured gcpAuthRefresh from settings

()

Source from the content-addressed store, hash-verified

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

Callers 3

runGcpAuthRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected