# File lib/openid/consumer.rb, line 911
    def initialize(identity_url)
      super(CANCEL)
      @identity_url = identity_url
    end