Scroll to navigation

Eliom_openid.Make(3o) Eliom_openid.Make(3o)

NAME

Eliom_openid.Make - This functor build a hidden service that will be used to receive the remote server's data.

Module

Module Eliom_openid.Make

Documentation

Module Make
: functor (S : HiddenServiceInfo) -> sig end
 
 
This functor build a hidden service that will be used to receive the remote server's data. In return you get a check function
 
 
 
Parameters:
 
"S"
 
Eliom_openid.HiddenServiceInfo
 
 
 
 
 
 
 
 
val authenticate : mode:string -> ext:'a Eliom_openid.extension -> handler:('a Eliom_openid.authentication_result -> (Eliom_registration.browser_content, Eliom_registration.http_service) Eliom_registration.kind Lwt.t) -> discovery:string * string option -> Eliom_lib.Url.t Lwt.t
 
 
 
2012-06-11 OCamldoc