pub fn get_cookie_cache<S, U>(
cookie_header: &str,
cookie_name: &str,
secret: &(impl JweSecretSource + ?Sized),
strategy: CookieCacheStrategy,
expected_version: Option<&str>,
) -> Result<Option<CookieCachePayload<S, U>>, RustAuthError>