# File lib/openid/stores.rb, line 126
    def initialize
      @server_assocs = {}
      @nonces = {}
      @auth_key = OpenID::Util.random_string(@@AUTH_KEY_LEN)
    end