Value

sealed class Value : Serializable

Claim value.

Inheritors

Types

Link copied to clipboard
data class BlobValue(val value: Uri) : Claim.Value

Blob value represented as a Uri. Typically a file location of the blob.

Link copied to clipboard
data class StringValue(val value: String) : Claim.Value

String value.

Functions

Link copied to clipboard
fun toRaw(): Any

Returns the unwrapped raw claim value.