ExSaml.Core.Assertion (ex_saml v1.0.2)

Copy Markdown View Source

Represents a SAML Assertion element.

Ported from the Erlang esaml_assertion record.

Summary

Types

t()

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