class

Crabbit::PlainSaslAuthenticator

Inherits Crabbit::SaslAuthenticator < Reference < Object

SASL PLAIN authenticator using a username and password.

Constructors

new(username : String, password : String)

Creates a PLAIN authenticator.

Source

Instance methods

initial_response

Returns the PLAIN initial response containing the configured credentials.

Source
mechanism

Returns "PLAIN".

Source