sslPinning property

bool sslPinning
final

Whether SSL pinning is enabled for network connections.

If true, the application will validate the server's SSL certificate against a pre-defined set of pins, adding an extra layer of security against man-in-the-middle attacks.

Implementation

final bool sslPinning;