pub fn ccp_session_csrf(
    aead_key: [u8; 32],
    finder: impl CsrfTokenFinder
) -> Csrf<CcpCipher, SessionStore>
Available on crate features ccp-cipher and session-store only.
Expand description

Helper function to create a Csrf use CcpCipher and SessionStore.