Common functions for mechanisms
Mechanisms implement handling of methods start and receive. They return: [message_name, content] or nil where message_name is either ‘auth’ or ‘response’ and content is either a string which may transmitted encoded as Base64 or nil.
# File lib/sasl/base.rb, line 103 def failure? @state == :failure end
Generated with the Darkfish Rdoc Generator 2.