# `ExSaml.Core.Response`
[🔗](https://github.com/docJerem/ex_saml/blob/main/lib/ex_saml/core/response.ex#L1)

Represents a SAML Response message.

Ported from the Erlang `esaml_response` record.

# `t`

```elixir
@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()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
