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
Copy file name to clipboardExpand all lines: docs/references/javascript/clerk/clerk.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ The `Clerk` class is the main entrypoint class for the `@clerk/clerk-js` package
32
32
-`domain`
33
33
-`string`
34
34
35
-
A getter for the current Clerk app's domain.<br />Prefixed with `clerk.` on production if not already prefixed.<br />Returns `""` when ran on the server
35
+
A getter for the current Clerk app's domain.Prefixed with `clerk.` on production if not already prefixed.Returns `""` when ran on the server
36
36
37
37
---
38
38
39
39
-`proxyUrl`
40
40
-`string`
41
41
42
-
A getter for your Clerk app's proxy URL. Required for applications that run behind a reverse proxy.<br />Can be either a relative path (`/__clerk`) or a full URL (`https://<your-domain>/__clerk`).
42
+
A getter for your Clerk app's proxy URL. Required for applications that run behind a reverse proxy.Can be either a relative path (`/__clerk`) or a full URL (`https://<your-domain>/__clerk`).
43
43
44
44
---
45
45
@@ -148,14 +148,14 @@ function authenticateWithMetamask({
AllowsyoutodefinetheURLswheretheusershouldberedirectedtoonsuccessfulverificationand: <ul><li>Completedsigninorsignupattempt.</li><li>Pendingsigninorsignupattempt.</li></ul><br />Iftheemaillinkissuccessfullyverifiedonanotherdevice, there's a callback function parameter that allows custom code execution.
45
+
AllowsyoutodefinetheURLswheretheusershouldberedirectedtoonsuccessfulverificationorpending/completedsign-uporsign-inattempts. Iftheemaillinkissuccessfullyverifiedonanotherdevice, there's a callback function parameter that allows custom code execution.
46
46
47
47
---
48
48
@@ -58,14 +58,14 @@ Take a look at the function parameters description below for more usage details.
Copy file name to clipboardExpand all lines: docs/references/javascript/session.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ function getToken(options?: GetTokenOptions): Promise<string | null>
160
160
-`template?`
161
161
-`string`
162
162
163
-
ThenameoftheJWTtemplatefromthe [ClerkDashboard](https://dashboard.clerk.com/last-active?path=jwt-templates) to generate a new token from.<br />E.g. 'firebase', 'grafbase', or your custom template's name.
163
+
ThenameoftheJWTtemplatefromthe [ClerkDashboard](https://dashboard.clerk.com/last-active?path=jwt-templates) to generate a new token from.E.g. 'firebase', 'grafbase', or your custom template's name.
164
164
165
165
---
166
166
@@ -174,7 +174,7 @@ function getToken(options?: GetTokenOptions): Promise<string | null>
0 commit comments