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

Represents a SAML LogoutResponse message.

Ported from the Erlang `esaml_logoutresp` record.

# `t`

```elixir
@type t() :: %ExSaml.Core.LogoutResponse{
  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*
