You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
CaptchaConfig
Configuration information of captcha CaptchaConfig
export interface CaptchaConfig {
'enabled'?: boolean;
'publicKey'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
enabled | Optional | boolean | Indicates if the captcha is enabled or not {boolean} CaptchaConfig |
publicKey | Optional | string | The public key used in captcha validation {string} CaptchaConfig |