# File lib/openid_connect/request_object.rb, line 12 def userinfo=(attributes = {}) @userinfo = UserInfo.new(attributes) if attributes.present? end