---
title: CsrfTokenResolverResult
---

# CsrfTokenResolverResult

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/csrf-middleware/src/lib/csrf.ts#L35" target="_blank">View Source</a>

## Summary

Return shape for a dynamic CSRF token resolver.

## Signature

```ts
type CsrfTokenResolverResult = string | null | undefined;

```