method

encrypted_cookie_cipher

encrypted_cookie_cipher()
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 274
        def encrypted_cookie_cipher
          request.encrypted_cookie_cipher || "aes-256-gcm"
        end