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

Function getConfiguredGcpAuthRefresh

src/utils/auth.ts:866–869  ·  view source on GitHub ↗

* Get the configured gcpAuthRefresh from settings

()

Source from the content-addressed store, hash-verified

864 * Get the configured gcpAuthRefresh from settings
865 */
866function getConfiguredGcpAuthRefresh(): string | undefined {
867 const mergedSettings = getSettings_DEPRECATED() || {}
868 return mergedSettings.gcpAuthRefresh
869}
870
871/**
872 * Check if the configured gcpAuthRefresh comes from project settings

Callers 3

runGcpAuthRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected