PGWire.Authentication (pg_wire v0.0.2)

Link to this section Summary

Link to this section Types

Specs

t() :: %PGWire.Authentication{
  database: String.t(),
  kind: :cleartext | :md5,
  password: String.t(),
  user: String.t()
}