fn try_decrypt_with_auth_token( esk: &SymKeyEncryptedSessionKey, conn: &mut Connection, self_fingerprint: &str, ) -> Result<Option<PlainSessionKey>>