Samlo.Metadata.UI.UIInfo (samlo v0.1.0)
Module that sets the mdui:UIInfo element struct
Link to this section Summary
Link to this section Types
Link to this type
description()
Specs
description() :: Samlo.LocalizedName.t(String.t())
Link to this type
display_name()
Specs
display_name() :: Samlo.LocalizedName.t(String.t())
Link to this type
information_url()
Specs
information_url() :: Samlo.LocalizedName.t(url())
Link to this type
privacy_statement_url()
Specs
privacy_statement_url() :: Samlo.LocalizedName.t(url())
Specs
t() :: %Samlo.Metadata.UI.UIInfo{
attrs: [
display_name()
| information_url()
| privacy_statement_url()
| Samlo.Metadata.UI.Logo.t()
| description()
| ui_keyword()
]
}
Link to this type
ui_keyword()
Specs
ui_keyword() :: Samlo.LocalizedName.t(String.t())
Link to this type
url()
Specs
url() :: String.t()