Method: SAML2::SSO#initialize
- Defined in:
- lib/saml2/sso.rb
#initialize ⇒ SSO
Returns a new instance of SSO.
8 9 10 11 12 |
# File 'lib/saml2/sso.rb', line 8 def initialize super @single_logout_services = Endpoint::Array.new @name_id_formats = [] end |