ClerkConfigurationOptions

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

Data class for enabling extra functionality on the Clerk SDK.

Constructors

Link copied to clipboard
constructor(enableDebugMode: Boolean = false, deviceAttestationOptions: DeviceAttestationOptions? = 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