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

Function getConfiguredAwsAuthRefresh

src/utils/auth.ts:457–460  ·  view source on GitHub ↗

* Get the configured awsAuthRefresh from settings

()

Source from the content-addressed store, hash-verified

455 * Get the configured awsAuthRefresh from settings
456 */
457function getConfiguredAwsAuthRefresh(): string | undefined {
458 const mergedSettings = getSettings_DEPRECATED() || {}
459 return mergedSettings.awsAuthRefresh
460}
461
462/**
463 * Check if the configured awsAuthRefresh comes from project settings

Calls

no outgoing calls

Tested by

no test coverage detected