.TH "Eliom_openid.Make" 3o 2014-07-10 OCamldoc "" .SH NAME Eliom_openid.Make \- This functor build a hidden service that will be used to receive the remote server's data. .SH Module Module Eliom_openid.Make .SH Documentation .sp Module .BI "Make" : .B functor (S : HiddenServiceInfo) -> sig end .sp This functor build a hidden service that will be used to receive the remote server\&'s data\&. In return you get a check function .sp .sp .B "Parameters:" .sp "S" .B Eliom_openid.HiddenServiceInfo .sp .sp .I val authenticate : .B mode:string -> .B ext:'a Eliom_openid.extension -> .B handler:('a Eliom_openid.authentication_result -> .B Eliom_registration.browser_content Eliom_registration.kind Lwt.t) -> .B discovery:string * string option -> Eliom_lib.Url.t Lwt.t .sp .sp