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

Struct RequestedAuthnContext

schema.go:16–20  ·  view source on GitHub ↗

RequestedAuthnContext represents the SAML object of the same name, an indication of the requirements on the authentication process.

Source from the content-addressed store, hash-verified

14// RequestedAuthnContext represents the SAML object of the same name, an indication of the
15// requirements on the authentication process.
16type RequestedAuthnContext struct {
17 XMLName xml.Name `xml:"urn:oasis:names:tc:SAML:2.0:protocol RequestedAuthnContext"`
18 Comparison string `xml:",attr"`
19 AuthnContextClassRef string `xml:"urn:oasis:names:tc:SAML:2.0:assertion AuthnContextClassRef"`
20}
21
22// Element returns an etree.Element representing the object in XML form.
23func (r *RequestedAuthnContext) Element() *etree.Element {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected