Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Web : sig ... end
val update_details :
user:Sihl__Contract_user.t ->
email:string ->
username:string option ->
Sihl__Contract_user.t Lwt.t
val register_user :
?ctx:(string * string) list ->
?password_policy:(string -> (unit, string) Stdlib.result) ->
?username:string ->
?name:string ->
?given_name:string ->
string ->
password:string ->
password_confirmation:string ->
(Sihl__Contract_user.t,
[ `Already_registered | `Invalid_password_provided of string ])
Result.t
Lwt.t