ClientCertAuthenticationResponse

data class ClientCertAuthenticationResponse(val certificateExpirationDate: String? = null, val certificateSubjectName: String? = null, val certificateThumbprint: String? = null, val password: String? = null, val pfx: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(certificateExpirationDate: String? = null, certificateSubjectName: String? = null, certificateThumbprint: String? = null, password: String? = null, pfx: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the certificate expiration date.

Link copied to clipboard

Gets or sets the certificate subject name.

Link copied to clipboard

Gets or sets the certificate thumbprint.

Link copied to clipboard
val password: String? = null

Gets or sets the certificate password, return value will always be empty.

Link copied to clipboard
val pfx: String? = null

Gets or sets the pfx certificate. Accepts certification in base64 encoding, return value will always be empty.

Link copied to clipboard

Gets or sets the HTTP authentication type. Expected value is 'ClientCertificate'.