pl.wendigo.chrome.domain.network / GetCertificateRequest

GetCertificateRequest

data class GetCertificateRequest (source)

Represents request frame that can be used with Network.getCertificate method call.

Returns the DER-encoded certificate.

Constructors

<init>

GetCertificateRequest(origin: String)

Represents request frame that can be used with Network.getCertificate method call.

Properties

origin

val origin: String

Origin to get certificate for.