package sihl

  1. Overview
  2. Docs
val base64 : int -> string

base64 n returns a Base64 encoded string containing n random bytes. This does not mean that the string contains n characters!.

val bytes : int -> string

bytes n returns a byte sequence as string with n random bytes. In most cases you want to use base64 to get a string that can be used safely in most web contexts. This does not mean that the string contains n characters!.

val register : unit -> Sihl__.Core_service.t
val lifecycle : Sihl__.Core_lifecycle.lifecycle