ClientCertificateAuthenticationResponse

data class ClientCertificateAuthenticationResponse(val allowedThumbprints: List<String>? = null, val validationScheme: String? = null)

The certificate authentication properties for the client.

Constructors

Link copied to clipboard
constructor(allowedThumbprints: List<String>? = null, validationScheme: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'.

Link copied to clipboard

The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName.