sihl.token
Sihl_token.Status
sihl
sihl.authn
sihl.authz
sihl.core
sihl.database
sihl.email
sihl.http
sihl.message
sihl.middleware
sihl.migration
sihl.password-reset
sihl.queue
sihl.repository
sihl.schedule
sihl.session
sihl.storage
sihl.user
sihl.utils
type t =
| Active
| Inactive
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val pp : Format.formatter -> t -> unit
val show : t -> string
val equal : t -> t -> bool
val to_string : t -> string
val of_string : string -> (t, string) result
val alco : t Alcotest.testable