You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The URL that `@clerk/clerk-js` should be hot-loaded from.
31
-
*/
32
-
clerkJSUrl?: string;
33
-
/**
34
-
* If your web application only uses [Control Components](https://clerk.com/docs/reference/components/overview#control-components), you can set this value to `'headless'` and load a minimal ClerkJS bundle for optimal page performance.
35
-
*/
36
-
clerkJSVariant?: 'headless'|'';
37
-
/**
38
-
* The npm version for `@clerk/clerk-js`.
39
-
*/
40
-
clerkJSVersion?: string;
41
-
/**
42
-
* The URL that `@clerk/ui` should be hot-loaded from.
43
-
*/
44
-
clerkUiUrl?: string;
45
-
/**
46
-
* The Clerk Publishable Key for your instance. This can be found on the [API keys](https://dashboard.clerk.com/last-active?path=api-keys) page in the Clerk Dashboard.
47
-
*/
48
-
publishableKey: string;
49
-
/**
50
-
* This nonce value will be passed through to the `@clerk/clerk-js` script tag. Use it to implement a [strict-dynamic CSP](https://clerk.com/docs/guides/secure/best-practices/csp-headers#implementing-a-strict-dynamic-csp). Requires the `dynamic` prop to also be set.
* The URL that `@clerk/clerk-js` should be hot-loaded from.
2323
+
*/
2324
+
clerkJSUrl?: string;
2325
+
/**
2326
+
* If your web application only uses [Control Components](https://clerk.com/docs/reference/components/overview#control-components), you can set this value to `'headless'` and load a minimal ClerkJS bundle for optimal page performance.
2327
+
*/
2328
+
clerkJSVariant?: 'headless'|'';
2329
+
/**
2330
+
* The npm version for `@clerk/clerk-js`.
2331
+
*/
2332
+
clerkJSVersion?: string;
2333
+
/**
2334
+
* The URL that `@clerk/ui` should be hot-loaded from.
2335
+
*/
2336
+
clerkUiUrl?: string;
2337
+
/**
2338
+
* The Clerk Publishable Key for your instance. This can be found on the [API keys](https://dashboard.clerk.com/last-active?path=api-keys) page in the Clerk Dashboard.
2339
+
*/
2340
+
publishableKey: string;
2341
+
/**
2342
+
* This nonce value will be passed through to the `@clerk/clerk-js` script tag. Use it to implement a [strict-dynamic CSP](https://clerk.com/docs/guides/secure/best-practices/csp-headers#implementing-a-strict-dynamic-csp). Requires the `dynamic` prop to also be set.
0 commit comments