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