Gusex.Types.Session (gusex v1.3.0)

Copy Markdown View Source

Session state information for BIR web service.

Summary

Types

t()

BIR web service session information.

Types

t()

@type t() :: %Gusex.Types.Session{
  endpoint_url: String.t(),
  environment: :test | :production,
  id: String.t()
}

BIR web service session information.

Fields:

  • id - Session identifier returned by the service after successful login
  • environment - Target environment (:test or :production)
  • endpoint_url - Full URL of the BIR service endpoint