* Get the configured awsAuthRefresh from settings
()
| 431 | * Get the configured awsAuthRefresh from settings |
| 432 | */ |
| 433 | function 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 |
no outgoing calls
no test coverage detected