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 |