Samlo.Assertion.Attribute (samlo v0.1.0)

Struct that defines the saml:Attribute element.

Link to this section Summary

Link to this section Types

Link to this type

name_format()

Specs

name_format() :: :basic | :uri | :unspecified

Specs

t() :: %Samlo.Assertion.Attribute{
  attrs: [tuple()],
  friendly_name: nil | String.t(),
  name: String.t(),
  name_format: nil | name_format(),
  values: [value()]
}

Specs

value() :: String.t()

Link to this section Functions

Link to this function

decode_name_format(name_format)

Specs

decode_name_format(name_format :: String.t()) :: nil | name_format()
Link to this function

encode_name_format(name_format)

Specs

encode_name_format(name_format :: name_format()) :: String.t()