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

x/fresh_turnstile/plugin.ts>TurnstileOptions

Cloudflare Turnstile plugin for Deno Fresh
Latest
interface TurnstileOptions
import { type TurnstileOptions } from "https://deno.land/x/fresh_turnstile@1.0.1-0/plugin.ts";

Properties

sitekey: string
optional
callback: (token: string) => void
optional
expiredCallback: () => void
optional
errorCallback: () => void
optional
action: string
optional
cData: Record<string, unknown>
optional
theme: string
optional
tabIndex: number