Handle Certificate Error Request
data class HandleCertificateErrorRequest(eventId: Int, action: CertificateErrorAction)
Content copied to clipboard
Represents request frame that can be used with Security#handleCertificateError operation call.
Handles a certificate error that fired a certificateError event.
See also
Constructors
HandleCertificateErrorRequest
Link copied to clipboard
fun HandleCertificateErrorRequest(eventId: Int, action: CertificateErrorAction)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard