ExSaml.Core.Response (ex_saml v1.0.2)

Copy Markdown View Source

Represents a SAML Response message.

Ported from the Erlang esaml_response record.

Summary

Types

t()

@type t() :: %ExSaml.Core.Response{
  assertion: ExSaml.Core.Assertion.t(),
  destination: String.t(),
  issue_instant: String.t(),
  issuer: String.t(),
  status: atom(),
  version: String.t()
}