# File lib/rack/protection/authenticity_token.rb, line 94
      def self.random_token
        SecureRandom.base64(TOKEN_LENGTH)
      end