ClientCertificateChallenge

data class ClientCertificateChallenge(val keyChainAliasCallback: KeyChainAliasCallback, val onCancel: () -> Unit)

Represents an authentication challenge requiring a client certificate.

Since

200.2.0

Constructors

Link copied to clipboard
constructor(keyChainAliasCallback: KeyChainAliasCallback, onCancel: () -> Unit)

Properties

Link copied to clipboard
val onCancel: () -> Unit

a lambda called when the challenge should be cancelled.