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