package postgres_async

  1. Overview
  2. Docs
type t =
  1. | Ok
  2. | KerberosV5
  3. | CleartextPassword
  4. | MD5Password of {
    1. salt : string;
    }
  5. | SCMCredential
  6. | GSS
  7. | SSPI
  8. | GSSContinue of {
    1. data : string;
    }

Ok is not actually a request. It means that auth has succeeded.

include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val consume : ([> Core.read ], Iobuf.seek) Iobuf.t -> t Core.Or_error.t
OCaml

Innovation. Community. Security.