# File lib/omniauth/form.rb, line 92
    def initialize(options = {})
      options[:title] ||= "Authentication Info Required"
      self.options = options

      @html = ""
      header(options[:title])
    end