We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8757701 commit 83dad5bCopy full SHA for 83dad5b
lib/onelogin/ruby-saml/response.rb
@@ -727,7 +727,7 @@ def validate_issuer
727
# @return [Boolean] True if the SessionNotOnOrAfter of the AuthnStatement is valid, otherwise (when expired) False if soft=True
728
# @raise [ValidationError] if soft == false and validation fails
729
#
730
- def validate_session_expiration(soft = true)
+ def validate_session_expiration(_soft = true)
731
return true if session_expires_at.nil?
732
733
now = Time.now.utc
0 commit comments