Credentials.Password
Password credentials correspond to Reddit's "script" app type.
Password
The RFC 6749 section describing the corresponding access token request.
type t = {
client_id : string;
client_secret : string;
password : string;
username : string;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t