OneTimeUse represents the SAML element OneTimeUse. See http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf §2.5.1.5
| 1041 | // |
| 1042 | // See http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf §2.5.1.5 |
| 1043 | type OneTimeUse struct{} |
| 1044 | |
| 1045 | // Element returns an etree.Element representing the object in XML form. |
| 1046 | func (a *OneTimeUse) Element() *etree.Element { |
nothing calls this directly
no outgoing calls
no test coverage detected