# File lib/openid_connect/request_object.rb, line 8 def id_token=(attributes = {}) @id_token = IdToken.new(attributes) if attributes.present? end