ClerkConfigurationOptions
data class ClerkConfigurationOptions(val enableDebugMode: Boolean = false, val proxyUrl: String? = null, val telemetryEnabled: Boolean = true, val sharedSessionSync: SharedSessionSyncConfig? = null)
Data class for enabling extra functionality on the Clerk SDK.
Constructors
Link copied to clipboard
constructor(enableDebugMode: Boolean = false, proxyUrl: String? = null, telemetryEnabled: Boolean = true, sharedSessionSync: SharedSessionSyncConfig? = null)
Properties
Link copied to clipboard
Additional headers to append to outgoing Clerk API requests.
Link copied to clipboard
If true, enables verbose logging for SDK operations and API calls. Defaults to false.
Link copied to clipboard
Optional configuration for synchronizing Clerk state between same-signed sibling apps that use the same publishable key.
Link copied to clipboard
Whether to enable telemetry for this SDK instance.