certificate property

X509Certificate? certificate

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

X509Certificate? get certificate;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/HttpRequest/certificate.html