TrustedCertificateVerificationResult

@Serializable
data class TrustedCertificateVerificationResult(val verified: Boolean, val failureType: TrustedCertificateVerificationFailureType? = null)

Represents a trusted certificate verification result.

Constructors

Link copied to clipboard
constructor(verified: Boolean, failureType: TrustedCertificateVerificationFailureType? = null)

Properties

Link copied to clipboard
@SerialName(value = "reason")
val failureType: TrustedCertificateVerificationFailureType? = null
Link copied to clipboard
val verified: Boolean