DataElement

data class DataElement(val value: String) : MobileCredentialElement

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val value: String