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

Represents a SAML Assertion element.

Ported from the Erlang `esaml_assertion` record.

# `t`

```elixir
@type t() :: %ExSaml.Core.Assertion{
  attributes: keyword(),
  authn: keyword(),
  conditions: keyword(),
  issue_instant: String.t(),
  issuer: String.t(),
  recipient: String.t(),
  subject: ExSaml.Core.Subject.t(),
  version: String.t()
}
```

---

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