Method: Onelogin::Saml::Response#trusted_roots
- Defined in:
- lib/onelogin/saml/response.rb
#trusted_roots ⇒ Object
triggers validation
148 149 150 |
# File 'lib/onelogin/saml/response.rb', line 148 def trusted_roots is_valid? ? @trusted_roots : [] end |