StringValue

data class StringValue(val value: String) : Claim.Value

String value.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun toRaw(): Any

Returns the unwrapped raw claim value.