diff options
Diffstat (limited to 'lib/saml/kit/logout_request.rb')
| -rw-r--r-- | lib/saml/kit/logout_request.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/saml/kit/logout_request.rb b/lib/saml/kit/logout_request.rb index ee6eb93..2f2d89b 100644 --- a/lib/saml/kit/logout_request.rb +++ b/lib/saml/kit/logout_request.rb @@ -52,9 +52,6 @@ module Saml response_binding.serialize(builder, relay_state: relay_state) end - # @deprecated Use {#Saml::Kit::Builders::LogoutRequest} instead of this. - Builder = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Saml::Kit::LogoutRequest::Builder', 'Saml::Kit::Builders::LogoutRequest') - private def single_logout_service |
