package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module UserService : sig ... end

Signature

val admin : email:string -> password:string -> Core.Ctx.t -> (Sihl__.User_core.User.t, string) Result.t Lwt.t
val user : email:string -> password:string -> ?username:string -> Core.Ctx.t -> (Sihl__.User_core.User.t, string) Result.t Lwt.t