Alokai

CaptchaConfig

Configuration information of captcha CaptchaConfig

export interface CaptchaConfig {
	'enabled'?: boolean;
	'publicKey'?: string;
}

Properties

NameRequiredTypeDescription
enabledOptionalbooleanIndicates if the captcha is enabled or not {boolean} CaptchaConfig
publicKeyOptionalstringThe public key used in captcha validation {string} CaptchaConfig

On this page