lib/rack/oauth2/server/token/authorization_code.rb in rack-oauth2-1.5.1 vs lib/rack/oauth2/server/token/authorization_code.rb in rack-oauth2-1.6.0
- old
+ new
@@ -1,10 +1,10 @@
module Rack
module OAuth2
module Server
class Token
class AuthorizationCode < Abstract::Handler
- def call(env)
+ def _call(env)
@request = Request.new(env)
@response = Response.new(request)
super
end
\ No newline at end of file