# File lib/rhc/auth/basic.rb, line 21 def retry_auth?(response, client) if response.status == 401 credentials_rejected else false end end