Client Certificate Authentication Response
data class ClientCertificateAuthenticationResponse(val allowedThumbprints: List<String>? = null, val validationScheme: String? = null)
The certificate authentication properties for the client.
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.