enum

Crabbit::SaslMechanism

Inherits Enum < Comparable < Value < Object

Built-in SASL authentication mechanisms supported during connection setup.

Constants

Plain = 0

Username/password PLAIN authentication.

External = 1

EXTERNAL authentication, typically backed by a TLS client certificate.

Instance methods

external?

Returns true if this enum value equals External

Source
plain?

Returns true if this enum value equals Plain

Source
protocol_name

Returns the uppercase protocol mechanism name.

Source