package current_web

  1. Overview
  2. Docs

Module Current_web.UserSource

Sourcetype t

Information about a site user.

Sourceval v : string -> (t, [> `Msg of string ]) result

v id is a user with ID id.

Sourceval v_exn : string -> t

v_exn id is a user with ID id.

Sourceval id : t -> string

id t is the user ID (e.g. "github:alice")

OCaml

Innovation. Community. Security.