getConfiguredGcpAuthRefresh function
Get the configured gcpAuthRefresh from settings.
Implementation
String? getConfiguredGcpAuthRefresh() {
return Platform.environment['MAGE_GCP_AUTH_REFRESH'];
}
Get the configured gcpAuthRefresh from settings.
String? getConfiguredGcpAuthRefresh() {
return Platform.environment['MAGE_GCP_AUTH_REFRESH'];
}