package opium

  1. Overview
  2. Docs
type t =
  1. | Basic of string * string
  2. | Other of string

t_of_sexp

val t_of_sexp : Sexplib0.Sexp.t -> t

t_of_sexp sexp parses the s-expression sexp into credentials

sexp_of_t

val sexp_of_t : t -> Sexplib0.Sexp.t

sexp_of_t t converts the credentials t to an s-expression