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