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

Function getConfiguredGcpAuthRefresh

src/utils/auth.ts:817–820  ·  view source on GitHub ↗

* Get the configured gcpAuthRefresh from settings

()

Source from the content-addressed store, hash-verified

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

Callers 3

runGcpAuthRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected