class virtual mechanism_handler :object
..end
method virtual init : mechanism_return Lwt.t
method data : OBus_auth.data -> mechanism_return Lwt.t
mech_data
must continue the mechanism process with the given
data. Default implementation fail with an error message.method abort : unit