# File lib/openid_connect/client.rb, line 5 def initialize(attributes = {}) super attributes self.userinfo_endpoint ||= '/userinfo' end