class Restforce::Middleware::Authentication::Token

def params

def params
  { :grant_type    => 'refresh_token',
    :refresh_token => @options[:refresh_token],
    :client_id     => @options[:client_id],
    :client_secret => @options[:client_secret] }
end