Session state information for BIR web service.
Summary
Types
@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 loginenvironment- Target environment (:testor:production)endpoint_url- Full URL of the BIR service endpoint