ClerkConfigurationOptions

data class ClerkConfigurationOptions(val enableDebugMode: Boolean = false, val deviceAttestationOptions: DeviceAttestationOptions? = null, val proxyUrl: String? = null)

Data class for enabling extra functionality on the Clerk SDK.

Constructors

Link copied to clipboard
constructor(enableDebugMode: Boolean = false, deviceAttestationOptions: DeviceAttestationOptions? = null, proxyUrl: String? = null)

Properties

Link copied to clipboard

Used only for device attestation. Should be something like: com.example.app

Link copied to clipboard

Enables verbose logging

Link copied to clipboard
val proxyUrl: String? = null

Optional proxy URL for network requests Your Clerk app's proxy URL. Required for applications that run behind a reverse proxy. Must be a full URL (for example, https://proxy.example.com/__clerk).