ExSaml.Core.AuthnRequest (ex_saml v1.0.2)

Copy Markdown View Source

Represents a SAML AuthnRequest message.

Ported from the Erlang esaml_authnreq record.

Summary

Types

t()

@type t() :: %ExSaml.Core.AuthnRequest{
  consumer_location: String.t(),
  destination: String.t(),
  issue_instant: String.t(),
  issuer: String.t(),
  name_format: String.t() | nil,
  version: String.t()
}