Broker Authenticator Method Custom Response
    data class BrokerAuthenticatorMethodCustomResponse(val auth: BrokerAuthenticatorCustomAuthResponse? = null, val caCertConfigMap: String? = null, val endpoint: String, val headers: Map<String, String>? = null)
Custom method for BrokerAuthentication
Constructors
Link copied to clipboard
                fun BrokerAuthenticatorMethodCustomResponse(auth: BrokerAuthenticatorCustomAuthResponse? = null, caCertConfigMap: String? = null, endpoint: String, headers: Map<String, String>? = null)