# File lib/twitter/rest/users.rb, line 50
      def verify_credentials(options = {})
        perform_get_with_object('/1.1/account/verify_credentials.json', options, Twitter::User)
      end