# File lib/lighthouse.rb, line 68
    def token=(value)
      @token = value
      resources.each do |klass|
        update_token_header(klass)
      end
    end