class Restforce::Client
def authenticate!
def authenticate! raise 'No authentication middleware present' unless authentication_middleware middleware = authentication_middleware.new nil, self, @options middleware.authenticate! end
def authenticate! raise 'No authentication middleware present' unless authentication_middleware middleware = authentication_middleware.new nil, self, @options middleware.authenticate! end