Class virtual OBus_auth.Server.mechanism_handler

class virtual mechanism_handler : object .. end

method init : OBus_auth.data option Lwt.t
Initial challenge
method virtual data : OBus_auth.data -> mechanism_return Lwt.t
mech_data must continue the mechanism process with the given response.
method abort : unit
Must abort the mechanism