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

GetRecaptchaParamResponse

import type { GetRecaptchaParamResponse } from "https://googleapis.deno.dev/v1/identitytoolkit:v3.ts";

Response of getting recaptcha param.

interface GetRecaptchaParamResponse {
kind?: string;
recaptchaSiteKey?: string;
recaptchaStoken?: string;
}

§Properties

§
kind?: string
[src]

The fixed string "identitytoolkit#GetRecaptchaParamResponse".

§
recaptchaSiteKey?: string
[src]

Site key registered at recaptcha.

§
recaptchaStoken?: string
[src]

The stoken field for the recaptcha widget, used to request captcha challenge.