method

compare_with_real_token

compare_with_real_token(token, session)
private

No documentation available.

# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 372
      def compare_with_real_token(token, session) # :doc:
        ActiveSupport::SecurityUtils.fixed_length_secure_compare(token, real_csrf_token(session))
      end