class Restforce::Middleware::Authentication
def call(env)
Rescue from 401's, authenticate then raise the error again so the client
def call(env) @app.call(env) rescue Restforce::UnauthorizedError authenticate! raise end
def call(env) @app.call(env) rescue Restforce::UnauthorizedError authenticate! raise end