Module Async_smtp__Types.Credentials

type t = {
username : string;
password : string;
}
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val create : username:string ‑> password:string ‑> t
val username : t ‑> string
val password : t ‑> string