@trustcomponent/trustcaptcha-frontend
Version:
TrustCaptcha – Privacy-first CAPTCHA solution. GDPR-compliant, bot protection made in Europe.
22 lines (21 loc) • 895 B
JavaScript
export class Config {
constructor(sitekey, privacyUrl, trustcaptchaUrl, trustcaptchaApi, framework, language, theme, currentTheme, autostart, tokenFieldName, bypassToken, mode, translation, hideBranding, invisible, licenseObject) {
this.sitekey = sitekey;
this.privacyUrl = privacyUrl;
this.trustcaptchaUrl = trustcaptchaUrl;
this.trustcaptchaApi = trustcaptchaApi;
this.framework = framework;
this.language = language;
this.theme = theme;
this.currentTheme = currentTheme;
this.autostart = autostart;
this.tokenFieldName = tokenFieldName;
this.bypassToken = bypassToken;
this.mode = mode;
this.translation = translation;
this.hideBranding = hideBranding;
this.invisible = invisible;
this.licenseObject = licenseObject;
}
}
//# sourceMappingURL=config.js.map