ExSaml.Core.Contact (ex_saml v1.0.2)

Copy Markdown View Source

Represents a SAML ContactPerson element.

Ported from the Erlang esaml_contact record.

Summary

Types

t()

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