SelectiveDisclosureItem

data class SelectiveDisclosureItem(val salt: ByteArray, val claimName: String?, val claimValue: JsonElement)(source)

Selective Disclosure item in SD-JWT format

Constructors

Link copied to clipboard
constructor(salt: ByteArray, claimName: String?, claimValue: JsonElement)
constructor(salt: ByteArray, claimName: String?, claimValue: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val claimValue: JsonElement
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Creates a disclosure, as described in section 5.2 of draft-ietf-oauth-selective-disclosure-jwt-08

Link copied to clipboard
open override fun toString(): String