Method: OneLogin::KlRubySaml::Settings#single_logout_service_url=
- Defined in:
- lib/onelogin/kl-ruby-saml/settings.rb
#single_logout_service_url=(url) ⇒ Object
Setter for the Single Logout Service URL.
76 77 78 |
# File 'lib/onelogin/kl-ruby-saml/settings.rb', line 76 def single_logout_service_url=(url) @single_logout_service_url = url end |