Gateway Properties Response Client Auth
data class GatewayPropertiesResponseClientAuth(val certificateVerification: String? = null, val certificates: List<String>? = null)
Client-Certification Authentication.
Constructors
Link copied to clipboard
fun GatewayPropertiesResponseClientAuth(certificateVerification: String? = null, certificates: List<String>? = null)