HandleCertificateErrorParameter

@Serializable
data class HandleCertificateErrorParameter(val eventId: Int, val action: Security.CertificateErrorAction)

Constructors

Link copied to clipboard
constructor(eventId: Int, action: Security.CertificateErrorAction)

Properties

Link copied to clipboard

The action to take on the certificate error.

Link copied to clipboard

The ID of the event.