ClerkConfigurationOptions
Data class for enabling extra functionality on the Clerk SDK.
Constructors
Properties
Whether the client and environment are refreshed from the server every time the app returns to the foreground. Defaults to true.
Additional headers to append to outgoing Clerk API requests.
If true, enables verbose logging for SDK operations and API calls. Defaults to false.
Optional configuration for synchronizing Clerk state between same-signed sibling apps that use the same publishable key.
Whether to enable telemetry for this SDK instance.
Functions
Returns a copy of these options with additional outgoing request headers configured.
Returns a copy of these options that skips the client and environment refresh on app foreground. Intended for host SDKs (for example, the Expo SDK) that own client state and perform their own refreshes; the initial refresh during Clerk.initialize and periodic session token refresh are unaffected.