Class: Saml::Kit::AuthenticationRequest
- Inherits:
-
Object
- Object
- Saml::Kit::AuthenticationRequest
- Defined in:
- lib/saml/kit/core_ext/authentication_request.rb
Instance Method Summary collapse
Instance Method Details
#build_table(table = []) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/saml/kit/core_ext/authentication_request.rb', line 6 def build_table(table = []) super(table) table.push(['ACS', assertion_consumer_service_url]) table.push(['Name Id Format', name_id_format]) table end |