ClaimValue

data class ClaimValue(val jws: String) : Parcelable

Represents the value of a claim.

A claim is handled as JWS object.

Constructors

Link copied to clipboard
fun ClaimValue(jws: String)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val jws: String