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

Function getConfiguredAwsAuthRefresh

src/utils/auth.ts:383–386  ·  view source on GitHub ↗

* Get the configured awsAuthRefresh from settings

()

Source from the content-addressed store, hash-verified

381 * Get the configured awsAuthRefresh from settings
382 */
383function getConfiguredAwsAuthRefresh(): string | undefined {
384 const mergedSettings = getSettings_DEPRECATED() || {}
385 return mergedSettings.awsAuthRefresh
386}
387
388/**
389 * Check if the configured awsAuthRefresh comes from project settings

Calls

no outgoing calls

Tested by

no test coverage detected