MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getConfiguredAwsAuthRefresh

Function getConfiguredAwsAuthRefresh

src/utils/auth.ts:384–387  ·  view source on GitHub ↗

* Get the configured awsAuthRefresh from settings

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected