getConfiguredAwsAuthRefresh function
Get the configured awsAuthRefresh from settings.
Implementation
String? getConfiguredAwsAuthRefresh() {
return Platform.environment['MAGE_AWS_AUTH_REFRESH'];
}
Get the configured awsAuthRefresh from settings.
String? getConfiguredAwsAuthRefresh() {
return Platform.environment['MAGE_AWS_AUTH_REFRESH'];
}