ExRets v0.1.1 ExRets.LoginResponse View Source

Information necessary for a client to issue other requests.

Includes URIs that may be used for other RETS requests, and may also contain identity and parameter information if required by the functions supported by the server.

Link to this section Summary

Types

Key-value format used in the login response body.

t()

Information necessary for a client to issue other requests.

Link to this section Types

Link to this type

key_value_body()

View Source (since 0.1.0)
key_value_body() :: String.t()

Key-value format used in the login response body.

Link to this type

t()

View Source (since 0.1.0)
t() :: %ExRets.LoginResponse{
  capability_uris: ExRets.CapabilityUris.t(),
  session_information: ExRets.SessionInformation.t()
}

Information necessary for a client to issue other requests.