ArrayDisclosure

data class ArrayDisclosure(val claimName: String, val indices: List<Int> = emptyList())

Object containing which individual elements in an array are selectively disclosable.

Parameters

claimName

the claim name of the array.

indices

the indices that are Selectively Disclosable. If empty then all elements will be Selectively Disclosable.

Constructors

Link copied to clipboard
constructor(claimName: String, indices: List<Int> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Method for determining is a particular index is selectively disclosable.

Link copied to clipboard
fun toJsonObject(): JsonObject