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