Attribute

data class Attribute(val raw: String, val encoded: String)(source)

Represents an attribute in a verifiable credential.

Constructors

Link copied to clipboard
constructor(raw: String, encoded: String)

Properties

Link copied to clipboard

The encoded value of the attribute as a string.

Link copied to clipboard
val raw: String

The raw value of the attribute as a string.