package sihl-type

  1. Overview
  2. Docs

Module Sihl_type.Token_dataSource

Sourcetype t = {
  1. user_id : string;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval make : user_id:string -> t
Sourceval user_id : t -> string
Sourcemodule Fields : sig ... end