Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_csrf/pkg/csrf_wasm.d.ts>verifyAesGcmTokenPair

Provides Deno with the CSRF protection of rust-csrf.
Latest
function verifyAesGcmTokenPair
import { verifyAesGcmTokenPair } from "https://deno.land/x/deno_csrf@0.0.5/pkg/csrf_wasm.d.ts";

Parameters

aead_key: string
token_str: string

Returns

boolean