# File lib/twitter/api.rb, line 202
    def verify_credentials(options={})
      object_from_response(Twitter::User, :get, "/1/account/verify_credentials.json", options)
    end