module Net::IMAP::SASL::ProtocolAdapters::Generic

def command_name; "AUTHENTICATE" end

The generic implementation returns "AUTHENTICATE".

authentication exchange.
The name of the protocol command used to initiate a \SASL
def command_name;     "AUTHENTICATE" end