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

Function getConfiguredGcpAuthRefresh

src/utils/auth.ts:890–893  ·  view source on GitHub ↗

* Get the configured gcpAuthRefresh from settings

()

Source from the content-addressed store, hash-verified

888 * Get the configured gcpAuthRefresh from settings
889 */
890function getConfiguredGcpAuthRefresh(): string | undefined {
891 const mergedSettings = getSettings_DEPRECATED() || {}
892 return mergedSettings.gcpAuthRefresh
893}
894
895/**
896 * Check if the configured gcpAuthRefresh comes from project settings

Callers 3

runGcpAuthRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected