trustedCertificates property

List<({List<int> certificate, String? password})>? trustedCertificates
final

List of trusted certificates that will be added to the security contexts of newly created HTTP clients.

Certificates can either use the PEM or or the PKCS12 format, the latter of which also supports the use of an optional password.

Implementation

final List<({List<int> certificate, String? password})>? trustedCertificates;