Method: Restforce::Middleware::Authentication#params

Defined in:
lib/restforce/middleware/authentication.rb

#paramsObject

Internal: The params to post to the OAuth service.

Raises:

  • (NotImplementedError)


44
45
46
# File 'lib/restforce/middleware/authentication.rb', line 44

def params
  raise NotImplementedError
end