DcmConfiguration

@Serializable
data class DcmConfiguration(val enabled: Boolean = true)

Configuration for Android's Digital Credential Manager (DCM).

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true)

Properties

Link copied to clipboard
val enabled: Boolean = true

When enabled all credentials will be enrolled and available for sharing using Android's Digital Credential Manager.