package sihl

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

Module TokenData.FieldsSource

Sourceval names : string list
Sourceval user_id : ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm
Sourceval make_creator : user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'a -> ('b -> Base.string) * 'c) -> 'a -> ('b -> t) * 'c
Sourceval create : user_id:Base.string -> t
Sourceval map : user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.string) -> t
Sourceval iter : user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.unit) -> Base.unit
Sourceval fold : init:'a -> user_id: ('a -> ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'b) -> 'b
Sourceval map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'a list
Sourceval for_all : user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
Sourceval exists : user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
Sourceval to_list : user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'a) -> 'a list
Sourcemodule Direct : sig ... end
OCaml

Innovation. Community. Security.