Sasl Remote Broker Basic Authentication Response
data class SaslRemoteBrokerBasicAuthenticationResponse(val saslType: String, val token: SaslRemoteBrokerBasicAuthenticationTokenResponse)
Kafka RemoteBrokerConnection Sasl Authentication properties.
Constructors
Link copied to clipboard
fun SaslRemoteBrokerBasicAuthenticationResponse(saslType: String, token: SaslRemoteBrokerBasicAuthenticationTokenResponse)