getConfiguredGcpAuthRefresh function

String? getConfiguredGcpAuthRefresh()

Get the configured gcpAuthRefresh from settings.

Implementation

String? getConfiguredGcpAuthRefresh() {
  return Platform.environment['MAGE_GCP_AUTH_REFRESH'];
}