BlobValue

data class BlobValue(val value: Uri) : Claim.Value

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

Constructors

Link copied to clipboard
constructor(value: Uri)

Properties

Link copied to clipboard
val value: Uri

Functions

Link copied to clipboard
fun toRaw(): Any

Returns the unwrapped raw claim value.