Client Certificate Authentication Response
data class ClientCertificateAuthenticationResponse(val allowedThumbprints: List<String>? = null, val validationScheme: String? = null)
The certificate authentication properties for the client.
Constructors
Link copied to clipboard
fun ClientCertificateAuthenticationResponse(allowedThumbprints: List<String>? = null, validationScheme: String? = null)