* Get the configured gcpAuthRefresh from settings
()
| 814 | * Get the configured gcpAuthRefresh from settings |
| 815 | */ |
| 816 | function getConfiguredGcpAuthRefresh(): string | undefined { |
| 817 | const mergedSettings = getSettings_DEPRECATED() || {} |
| 818 | return mergedSettings.gcpAuthRefresh |
| 819 | } |
| 820 | |
| 821 | /** |
| 822 | * Check if the configured gcpAuthRefresh comes from project settings |
no outgoing calls
no test coverage detected