SASL

class SASL(val mechanisms: List<String>) : AuthenticationMessage

Indicates that the server requires SASL authentication.

Constructors

Link copied to clipboard
constructor(mechanisms: List<String>)

Properties

Link copied to clipboard

List of SASL mechanisms supported by the server.