better-auth
Version:
The most comprehensive authentication framework for TypeScript.
11 lines (10 loc) • 327 B
text/typescript
//#region src/plugins/captcha/constants.d.ts
declare const Providers: {
readonly CLOUDFLARE_TURNSTILE: "cloudflare-turnstile";
readonly GOOGLE_RECAPTCHA: "google-recaptcha";
readonly HCAPTCHA: "hcaptcha";
readonly CAPTCHAFOX: "captchafox";
};
//#endregion
export { Providers };
//# sourceMappingURL=constants.d.mts.map