@semantic-components/re-captcha
Version:
**@semantic-components/re-captcha** is an Angular library designed to simplify the integration of Google reCAPTCHA into your Angular applications. It supports reCAPTCHA v2 and v3, providing an easy-to-use API and seamless setup for enhancing your app's se
9 lines (8 loc) • 339 B
TypeScript
import * as i0 from "@angular/core";
export declare class ScScoreReCaptcha {
private readonly v3SiteKey;
private readonly scReCaptchaService;
execute(actionName: string): Promise<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<ScScoreReCaptcha, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ScScoreReCaptcha>;
}