ExRets v0.1.1 ExRets.Credentials View Source

Login information required to begin a RETS session.

Link to this section Summary

Types

t()

Login information required to begin a RETS session.

Link to this section Types

Link to this type

t()

View Source (since 0.1.0)
t() :: %ExRets.Credentials{
  login_uri: URI.t(),
  password: String.t(),
  rets_version: String.t(),
  system_id: atom(),
  user_agent: String.t() | nil,
  user_agent_password: String.t() | nil,
  username: String.t()
}

Login information required to begin a RETS session.