Package-level declarations

Types

Link copied to clipboard
object Clerk

Main entrypoint class for the Clerk SDK.

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
object Constants

Consolidated constants used throughout the Clerk SDK

Link copied to clipboard
data class DeviceAttestationOptions(val applicationId: String, val cloudProjectNumber: Long)

Configuration options for Android Play Integrity device attestation.

Properties

Link copied to clipboard

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.