# File lib/openid/stores.rb, line 141
    def get_association(server_url, handle=nil)
      assocs = _get_server_assocs(server_url)
      return assocs.best if handle.nil?
      return assocs.get(handle)
    end