Method: Rack::OAuth2::Server::Abstract::Handler#call

Defined in:
lib/rack/oauth2/server/abstract/handler.rb

#call(env) ⇒ Object



12
13
14
15
# File 'lib/rack/oauth2/server/abstract/handler.rb', line 12

def call(env)
  @authenticator.call(@request, @response) if @authenticator
  @response
end