authConfigContent static method
Generates lib/config/auth.dart matching the Uptizm production pattern.
Implementation
@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String authConfigContent() {
return StubLoader.load('install/auth_config');
}