class SAML::Core::AuthnRequest
Public Instance Methods
xml_document()
click to toggle source
# File lib/saml/core/authn_request.rb, line 8 def xml_document xml = Document.new root = xml.add_element("samlp:AuthnRequest") end