Method: Onelogin::Saml::Response#session_index
- Defined in:
- lib/onelogin/saml/response.rb
#session_index ⇒ Object
31 32 33 |
# File 'lib/onelogin/saml/response.rb', line 31 def session_index @session_index ||= document.elements['saml2:Assertion/saml2:AuthnStatement'].attributes['SessionIndex'] end |