DeployedIndexAuthConfig.fromJson constructor
Implementation
factory DeployedIndexAuthConfig.fromJson(Map<String, dynamic> json) {
return DeployedIndexAuthConfig(
authProvider: decode(
json['authProvider'],
DeployedIndexAuthConfig_AuthProvider.fromJson,
),
);
}