certificate property

  1. @override
X509Certificate? certificate
getter/setter pairoverride-getter

The client certificate of the client making the request.

This value is null if the connection is not a secure TLS or SSL connection, or if the server does not request a client certificate, or if the client does not provide one.

Implementation

@override
X509Certificate? certificate;