class type auth_method =object
..end
method name : string
method flavors : string list
method peek : auth_peeker option
method authenticate : t ->
connection_id ->
Unix.file_descr ->
Unix.sockaddr ->
Unix.sockaddr ->
string ->
string -> string -> string -> (auth_result -> unit) -> unit