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

Represents a SAML ContactPerson element.

Ported from the Erlang `esaml_contact` record.

# `t`

```elixir
@type t() :: %ExSaml.Core.Contact{email: String.t(), name: String.t()}
```

---

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