StringValue

data class StringValue(val value: String) : ClaimType(source)

A data class representing a string value.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The string value.

Functions

Link copied to clipboard
open operator override fun compareTo(other: ClaimType): Int

Compares this ClaimType object with the specified other object for order.