|
4 | 4 | | <a id="billing"></a> `billing` | [`BillingNamespace`](/docs/reference/objects/billing) | The `Billing` object used for managing billing. | |
5 | 5 | | <a id="client"></a> `client` | <code>undefined \| [ClientResource](/docs/reference/objects/client)</code> | The `Client` object for the current window. | |
6 | 6 | | <a id="domain"></a> `domain` | `string` | The current Clerk app's domain. Prefixed with `clerk.` on production if not already prefixed. Returns `""` when ran on the server. | |
7 | | -| <a id="instancetype"></a> `instanceType` | <code>undefined \| "production" \| "development"</code> | Whether the Clerk instance is running in a production or development environment. | |
8 | | -| <a id="issatellite"></a> `isSatellite` | `boolean` | Whether the instance is a satellite app. | |
9 | | -| <a id="issignedin"></a> `isSignedIn` | `boolean` | Whether the current user has a valid signed-in client session. | |
10 | | -| <a id="isstandardbrowser"></a> `isStandardBrowser` | <code>undefined \| boolean</code> | Whether the instance is being loaded in a standard browser environment. Set to `false` on native platforms where cookies cannot be set. When `undefined`, Clerk assumes a standard browser. | |
11 | | -| <a id="loaded"></a> `loaded` | `boolean` | Whether the `Clerk` object is ready for use. Set to `false` when the `status` is `"loading"`. Set to `true` when the `status` is `"ready"` or `"degraded"`. | |
| 7 | +| <a id="instancetype"></a> `instanceType` | <code>undefined \| "production" \| "development"</code> | Whether the Clerk instance is running in a production or development environment. | |
| 8 | +| <a id="issatellite"></a> `isSatellite` | `boolean` | Whether the instance is a satellite app. | |
| 9 | +| <a id="issignedin"></a> `isSignedIn` | `boolean` | Whether the current user has a valid signed-in client session. | |
| 10 | +| <a id="isstandardbrowser"></a> `isStandardBrowser` | <code>undefined \| boolean</code> | Whether the instance is being loaded in a standard browser environment. Set to `false` on native platforms where cookies cannot be set. When `undefined`, Clerk assumes a standard browser. | |
| 11 | +| <a id="loaded"></a> `loaded` | `boolean` | Whether the `Clerk` object is ready for use. Set to `false` when the `status` is `"loading"`. Set to `true` when the `status` is `"ready"` or `"degraded"`. | |
12 | 12 | | <a id="oauthapplication"></a> `oauthApplication` | [`OAuthApplicationNamespace`](/docs/reference/types/oauth-application) | OAuth application helpers (e.g. consent metadata for custom consent UIs). | |
13 | 13 | | <a id="organization"></a> `organization` | <code>undefined \| null \| [OrganizationResource](/docs/reference/objects/organization)</code> | A shortcut to the last active `Session.user.organizationMemberships` which holds an instance of a `Organization` object. If the session is `null` or `undefined`, the user field will match. | |
14 | 14 | | <a id="proxyurl"></a> `proxyUrl` | <code>undefined \| string</code> | **Required for applications that run behind a reverse proxy**. Your Clerk app's proxy URL. Can be either a relative path (`/__clerk`) or a full URL (`https://<your-domain>/__clerk`). | |
|
0 commit comments