type t
=
{
on_behalf_of : string Core.sexp_option;
username : string;
password : string;
}
include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t