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