RequestedAttribute represents the SAML RequestedAttribute object. See http://docs.oasis-open.org/security/saml/v2.0/saml-metadata-2.0-os.pdf §2.4.4.2
| 253 | // |
| 254 | // See http://docs.oasis-open.org/security/saml/v2.0/saml-metadata-2.0-os.pdf §2.4.4.2 |
| 255 | type RequestedAttribute struct { |
| 256 | Attribute |
| 257 | IsRequired *bool `xml:"isRequired,attr"` |
| 258 | } |
| 259 | |
| 260 | // AuthnAuthorityDescriptor represents the SAML AuthnAuthorityDescriptor object. |
| 261 | // |
nothing calls this directly
no outgoing calls
no test coverage detected