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

GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse

import type { GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

Secret key is used only in legacy reCAPTCHA. It must be used in a 3rd party integration with legacy reCAPTCHA.

interface GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse {
legacySecretKey?: string;
}

§Properties

§
legacySecretKey?: string
[src]

The secret key (also known as shared secret) authorizes communication between your application backend and the reCAPTCHA Enterprise server to create an assessment. The secret key needs to be kept safe for security purposes.