method

verify

rails latest stable - Class: ActionDispatch::Cookies::SignedCookieJar

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

verify(signed_message)
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 476
        def verify(signed_message)
          @verifier.verify(signed_message)
        rescue ActiveSupport::MessageVerifier::InvalidSignature
          nil
        end