BrokerAuthenticatorMethodCustomResponse

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
constructor(auth: BrokerAuthenticatorCustomAuthResponse? = null, caCertConfigMap: String? = null, endpoint: String, headers: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom Broker Authentication Method.

Link copied to clipboard
val caCertConfigMap: String? = null

CA cert config map to use.

Link copied to clipboard

Endpoint to connect to.

Link copied to clipboard
val headers: Map<String, String>? = null

Configuration Headers to use.