MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getConfiguredAwsAuthRefresh

Function getConfiguredAwsAuthRefresh

src/utils/auth.ts:433–436  ·  view source on GitHub ↗

* Get the configured awsAuthRefresh from settings

()

Source from the content-addressed store, hash-verified

431 * Get the configured awsAuthRefresh from settings
432 */
433function getConfiguredAwsAuthRefresh(): string | undefined {
434 const mergedSettings = getSettings_DEPRECATED() || {}
435 return mergedSettings.awsAuthRefresh
436}
437
438/**
439 * Check if the configured awsAuthRefresh comes from project settings

Calls

no outgoing calls

Tested by

no test coverage detected