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

def cancel_response; "*" end

The generic implementation returns "*".

exchange.
Returns the message used by the client to abort an authentication
def cancel_response;  "*" end