# File lib/rhc/auth/token.rb, line 36
    def username
      auth && auth.respond_to?(:username) && auth.username || options[:username]
    end