Skip to main content
Module

x/deno_csrf/mod.ts>CsrfResult

Provides Deno with the CSRF protection of rust-csrf.
Latest
interface CsrfResult
import { type CsrfResult } from "https://deno.land/x/deno_csrf@0.0.5/mod.ts";

Properties

isSucccess: boolean
tokenStr: string
cookieStr: string