RecaptchaKey interface

The reCAPTCHA key config.

Signature:

exportinterfaceRecaptchaKey

Properties

PropertyTypeDescription
keystringThe reCAPTCHA site key.
typeRecaptchaKeyClientTypeThe key's client platform type.

RecaptchaKey.key

The reCAPTCHA site key.

Signature:

key:string;

RecaptchaKey.type

The key's client platform type.

Signature:

type?:RecaptchaKeyClientType;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-04-18 UTC.