Status

@Serializable
data class Status(val statusList: StatusListInfo? = null, val identifierList: IdentifierListInfo? = null)(source)

Deprecated

Use RevocationListInfo directly with StatusSurrogateSerializer instead

Legacy status claim wrapper kept for binary/source compatibility. Only used for correct serialization structure.

Please use RevocationListInfo with StatusSurrogateSerializer which enforces the single-choice constraint and aligns with JOSE/COSE field names.

Constructors

Link copied to clipboard
constructor(statusList: StatusListInfo? = null, identifierList: IdentifierListInfo? = null)

Properties

Link copied to clipboard
@SerialName(value = "identifier_list")
val identifierList: IdentifierListInfo?
Link copied to clipboard
@SerialName(value = "status_list")
val statusList: StatusListInfo?