Broker Authenticator Method X509Response
data class BrokerAuthenticatorMethodX509Response(val authorizationAttributes: Map<String, BrokerAuthenticatorMethodX509AttributesResponse>? = null, val trustedClientCaCert: String? = null)
X509 for BrokerAuthentication.
Constructors
Link copied to clipboard
constructor(authorizationAttributes: Map<String, BrokerAuthenticatorMethodX509AttributesResponse>? = null, trustedClientCaCert: String? = null)