Commit c825775
Changed files (2)
lib
saml
lib/saml/kit/logout_response.rb
@@ -7,10 +7,6 @@ module Saml
super(xml, name: "LogoutResponse")
end
- def issue_instant
- to_h[name]['IssueInstant']
- end
-
private
class Builder
lib/saml/kit/respondable.rb
@@ -21,6 +21,10 @@ module Saml
to_h.fetch(name, {}).fetch('InResponseTo', nil)
end
+ def issue_instant
+ to_h[name]['IssueInstant']
+ end
+
private
def must_match_request_id