# File lib/rhc/auth/token.rb, line 45
    def token_store_user_key
      auth && auth.respond_to?(:token_store_user_key) && auth.token_store_user_key || username
    end