* Get the configured gcpAuthRefresh from settings
()
| 864 | * Get the configured gcpAuthRefresh from settings |
| 865 | */ |
| 866 | function getConfiguredGcpAuthRefresh(): string | undefined { |
| 867 | const mergedSettings = getSettings_DEPRECATED() || {} |
| 868 | return mergedSettings.gcpAuthRefresh |
| 869 | } |
| 870 | |
| 871 | /** |
| 872 | * Check if the configured gcpAuthRefresh comes from project settings |
no outgoing calls
no test coverage detected