class Restforce::Client

def authenticate!

Public: Force an authentication
def authenticate!
  connection.headers['X-ForceAuthenticate'] = true
  get nil
ensure
  connection.headers.delete('X-ForceAuthenticate')
end