MCPcopy Create free account
hub / github.com/crewjam/saml / OneTimeUse

Struct OneTimeUse

schema.go:1043–1043  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1041//
1042// See http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf §2.5.1.5
1043type OneTimeUse struct{}
1044
1045// Element returns an etree.Element representing the object in XML form.
1046func (a *OneTimeUse) Element() *etree.Element {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected