UnexpectedSslCertFingerprintEvent

data class UnexpectedSslCertFingerprintEvent(val sslCertFingerprint: String? = null) : Event

Event data class used to report mismatch of sent SSL Certificate Fingerprint with the one on the server.

Constructors

Link copied to clipboard
fun UnexpectedSslCertFingerprintEvent(sslCertFingerprint: String? = null)

Properties

Link copied to clipboard
val sslCertFingerprint: String? = null

The SSL Certificate Fingerprint that was sent.