@clerk/clerk-js
Version:
Clerk JS library
10 lines (9 loc) • 358 B
TypeScript
import type { Clerk } from '../../core/clerk';
export declare const retrieveCaptchaInfo: (clerk: Clerk) => {
captchaSiteKey: string | null;
captchaWidgetType: import("@clerk/types").CaptchaWidgetType;
captchaProvider: "turnstile";
captchaPublicKeyInvisible: string | null;
canUseCaptcha: boolean | null;
nonce: string | undefined;
};