Package-level declarations
Types
Link copied to clipboard
data class ClerkConfigurationOptions(val enableDebugMode: Boolean = false, val deviceAttestationOptions: DeviceAttestationOptions? = null, val proxyUrl: String? = null, val telemetryEnabled: Boolean = true)
Data class for enabling extra functionality on the Clerk SDK.
Link copied to clipboard
Configuration options for Android Play Integrity device attestation.
Functions
Link copied to clipboard
Link copied to clipboard
Extension function to convert a map of social provider configurations into a list of OAuthProvider objects.