# File lib/openid/server.rb, line 303 def initialize(session, assoc_type) super() @session = session @assoc_type = assoc_type @mode = "associate" end