StatusListInfo

@Serializable
data class StatusListInfo(val index: ULong, val uri: UniformResourceIdentifier)(source)

Specifies an url to retrieve a status list token, and an index specifying the position in the status list within that status list token that holds the token status of the the referenced token.

Constructors

Link copied to clipboard
constructor(index: ULong, uri: UniformResourceIdentifier)

Properties

Link copied to clipboard
@SerialName(value = "idx")
val index: ULong

JOSE: idx: REQUIRED. The idx (index) claim MUST specify an Integer that represents the index to check for status information in the Status List for the current Referenced Token. The value of idx MUST be a non-negative number, containing a value of zero or greater.

Link copied to clipboard
@SerialName(value = "uri")
val uri: UniformResourceIdentifier

JOSE: uri: REQUIRED. The uri (URI) claim MUST specify a String value that identifies the Status List or Status List Token containing the status information for the Referenced Token. The value of uri MUST be a URI conforming to RFC3986.