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