Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions

import type { SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions {
actionTokenSiteKeys?: string[];
sessionTokenSiteKeys?: string[];
}

§Properties

§
actionTokenSiteKeys?: string[]
[src]

A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.

§
sessionTokenSiteKeys?: string[]
[src]

A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.