class Rack::OAuth2::Server::Token::RefreshToken

Public Instance Methods

_call(env) click to toggle source
Calls superclass method Rack::OAuth2::Server::Abstract::Handler#_call
# File lib/rack/oauth2/server/token/refresh_token.rb, line 6
def _call(env)
  @request  = Request.new(env)
  @response = Response.new(request)
  super
end