Package-level declarations

Types

Link copied to clipboard

An enumeration representing the type of environment for an instance.

Link copied to clipboard
@Serializable
data class UserSettings(val attributes: Map<String, UserSettings.AttributesConfig>, val signUp: UserSettings.SignUpUserSettings, val social: Map<String, UserSettings.SocialConfig>, val actions: UserSettings.Actions, val passkeySettings: UserSettings.PasskeySettings?)

Represents user settings and configuration from the Clerk environment.