CertificatePinningRule constructor
- List<
String> hosts = const [], - List<
String> primaryPins = const [], - List<
String> backupPins = const [], - List<
CertificateBytes> pinnedLeafCertificates = const [], - List<
CertificateBytes> trustedCertificates = const [],
Implementation
const CertificatePinningRule({
this.hosts = const [],
this.primaryPins = const [],
this.backupPins = const [],
this.pinnedLeafCertificates = const [],
this.trustedCertificates = const [],
});